Merge pull request #306046 from misuzu/maintainers

{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers

Changed files
+9 -9
nixos
modules
services
tests
pkgs
applications
audio
castopod
networking
instant-messengers
psi-plus
servers
gotosocial
tools
admin
swapspace
system
+1 -1
nixos/modules/services/web-apps/castopod.nix
···
in
{
meta.doc = ./castopod.md;
-
meta.maintainers = with lib.maintainers; [ alexoundos misuzu ];
+
meta.maintainers = with lib.maintainers; [ alexoundos ];
options.services = {
castopod = {
+1 -1
nixos/modules/services/web-apps/gotosocial.nix
···
in
{
meta.doc = ./gotosocial.md;
-
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
+
meta.maintainers = with lib.maintainers; [ blakesmith ];
options.services.gotosocial = {
enable = lib.mkEnableOption "ActivityPub social network server";
+1 -1
nixos/tests/castopod.nix
···
{
name = "castopod";
meta = with lib.maintainers; {
-
maintainers = [ alexoundos misuzu ];
+
maintainers = [ alexoundos ];
};
nodes.castopod = { nodes, ... }: {
+1 -1
nixos/tests/web-apps/gotosocial.nix
···
{ lib, ... }:
{
name = "gotosocial";
-
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
+
meta.maintainers = with lib.maintainers; [ blakesmith ];
nodes.machine = { pkgs, ... }: {
environment.systemPackages = [ pkgs.jq ];
+1 -1
pkgs/applications/audio/castopod/default.nix
···
description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience";
homepage = "https://castopod.org";
license = licenses.agpl3Only;
-
maintainers = with maintainers; [ alexoundos misuzu ];
+
maintainers = with maintainers; [ alexoundos ];
platforms = platforms.all;
};
}
+1 -1
pkgs/applications/networking/instant-messengers/psi-plus/default.nix
···
homepage = "https://psi-plus.com";
description = "XMPP (Jabber) client based on Qt5";
mainProgram = "psi-plus";
-
maintainers = with maintainers; [ orivej misuzu unclechu ];
+
maintainers = with maintainers; [ orivej unclechu ];
license = licenses.gpl2Only;
platforms = platforms.linux;
};
+1 -1
pkgs/servers/gotosocial/default.nix
···
advertised to! A light-weight alternative to Mastodon
and Pleroma, with support for clients!
'';
-
maintainers = with maintainers; [ misuzu blakesmith ];
+
maintainers = with maintainers; [ blakesmith ];
license = licenses.agpl3Only;
};
}
+1 -1
pkgs/tools/admin/swapspace/default.nix
···
homepage = "https://github.com/Tookmund/Swapspace";
license = licenses.gpl2Only;
platforms = platforms.linux;
-
maintainers = with maintainers; [ misuzu Luflosi ];
+
maintainers = with maintainers; [ Luflosi ];
mainProgram = "swapspace";
};
}
+1 -1
pkgs/tools/system/kmon/default.nix
···
changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only;
platforms = platforms.linux;
-
maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ];
+
maintainers = with maintainers; [ figsoda matthiasbeyer ];
mainProgram = "kmon";
};
}