Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/castopod.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let
in
{
meta.doc = ./castopod.md;
meta.maintainers = with lib.maintainers; [ alexoundos misuzu ];
meta.maintainers = with lib.maintainers; [ alexoundos ];

options.services = {
castopod = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/gotosocial.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let
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";
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/castopod.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
{
name = "castopod";
meta = with lib.maintainers; {
maintainers = [ alexoundos misuzu ];
maintainers = [ alexoundos ];
};

nodes.castopod = { nodes, ... }: {
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/web-apps/gotosocial.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, ... }:
{
name = "gotosocial";
meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
meta.maintainers = with lib.maintainers; [ blakesmith ];

nodes.machine = { pkgs, ... }: {
environment.systemPackages = [ pkgs.jq ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/castopod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation {
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;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ mkDerivation rec {
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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/gotosocial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ buildGoModule rec {
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;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/admin/swapspace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Tookmund/Swapspace";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ misuzu Luflosi ];
maintainers = with maintainers; [ Luflosi ];
mainProgram = "swapspace";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/system/kmon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
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";
};
}