Merge pull request #306046 from misuzu/maintainers

{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
This commit is contained in:
Weijia Wang 2024-04-27 05:23:55 +02:00 committed by GitHub
commit c0e50ded28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ let
in in
{ {
meta.doc = ./castopod.md; meta.doc = ./castopod.md;
meta.maintainers = with lib.maintainers; [ alexoundos misuzu ]; meta.maintainers = with lib.maintainers; [ alexoundos ];
options.services = { options.services = {
castopod = { castopod = {

View File

@ -27,7 +27,7 @@ let
in in
{ {
meta.doc = ./gotosocial.md; meta.doc = ./gotosocial.md;
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ];
options.services.gotosocial = { options.services.gotosocial = {
enable = lib.mkEnableOption "ActivityPub social network server"; enable = lib.mkEnableOption "ActivityPub social network server";

View File

@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
{ {
name = "castopod"; name = "castopod";
meta = with lib.maintainers; { meta = with lib.maintainers; {
maintainers = [ alexoundos misuzu ]; maintainers = [ alexoundos ];
}; };
nodes.castopod = { nodes, ... }: { nodes.castopod = { nodes, ... }: {

View File

@ -1,7 +1,7 @@
{ lib, ... }: { lib, ... }:
{ {
name = "gotosocial"; name = "gotosocial";
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ];
nodes.machine = { pkgs, ... }: { nodes.machine = { pkgs, ... }: {
environment.systemPackages = [ pkgs.jq ]; environment.systemPackages = [ pkgs.jq ];

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation {
description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience"; description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience";
homepage = "https://castopod.org"; homepage = "https://castopod.org";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ alexoundos misuzu ]; maintainers = with maintainers; [ alexoundos ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -100,7 +100,7 @@ mkDerivation rec {
homepage = "https://psi-plus.com"; homepage = "https://psi-plus.com";
description = "XMPP (Jabber) client based on Qt5"; description = "XMPP (Jabber) client based on Qt5";
mainProgram = "psi-plus"; mainProgram = "psi-plus";
maintainers = with maintainers; [ orivej misuzu unclechu ]; maintainers = with maintainers; [ orivej unclechu ];
license = licenses.gpl2Only; license = licenses.gpl2Only;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -68,7 +68,7 @@ buildGoModule rec {
advertised to! A light-weight alternative to Mastodon advertised to! A light-weight alternative to Mastodon
and Pleroma, with support for clients! and Pleroma, with support for clients!
''; '';
maintainers = with maintainers; [ misuzu blakesmith ]; maintainers = with maintainers; [ blakesmith ];
license = licenses.agpl3Only; license = licenses.agpl3Only;
}; };
} }

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Tookmund/Swapspace"; homepage = "https://github.com/Tookmund/Swapspace";
license = licenses.gpl2Only; license = licenses.gpl2Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ misuzu Luflosi ]; maintainers = with maintainers; [ Luflosi ];
mainProgram = "swapspace"; mainProgram = "swapspace";
}; };
} }

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ]; maintainers = with maintainers; [ figsoda matthiasbeyer ];
mainProgram = "kmon"; mainProgram = "kmon";
}; };
} }