treewide: remove myself (ma27) from a few packages

It's time again, I guess :>

Main motivation is to stop being pinged about software that I maintained
for work now that I'm about to switch jobs. There's no point in pinging
me to review/test updates or to debug issues in e.g. the Atlassian stack
or on mailman since I use neither personally.

But there's also a bunch of other stuff that I stopped using personally. While
at it I realized that I'm still maintainer of a few tests & modules related to
packages I stopped maintaining in the past already.

Changed files
+18 -18
nixos
pkgs
applications
graphics
misc
networking
instant-messengers
ferdi
by-name
cr
create-react-app
development
libraries
servers
atlassian
mail
mailman
shells
zsh
fzf-zsh
lambda-mod-zsh-theme
zsh-you-should-use
+1 -1
nixos/modules/services/mail/mailman.nix
···
};
meta = {
-
maintainers = with lib.maintainers; [ lheckemann qyliss ma27 ];
doc = ./mailman.md;
};
···
};
meta = {
+
maintainers = with lib.maintainers; [ lheckemann qyliss ];
doc = ./mailman.md;
};
+1 -1
nixos/modules/services/web-apps/plausible.nix
···
];
};
-
meta.maintainers = with maintainers; [ ma27 ];
meta.doc = ./plausible.md;
}
···
];
};
+
meta.maintainers = with maintainers; [ ];
meta.doc = ./plausible.md;
}
+1 -1
nixos/tests/docker-registry.nix
···
import ./make-test-python.nix ({ pkgs, ...} : {
name = "docker-registry";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ globin ma27 ironpinguin ];
};
nodes = {
···
import ./make-test-python.nix ({ pkgs, ...} : {
name = "docker-registry";
meta = with pkgs.lib.maintainers; {
+
maintainers = [ globin ironpinguin ];
};
nodes = {
+1 -1
nixos/tests/documize.nix
···
import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "documize";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ ma27 ];
};
nodes.machine = { pkgs, ... }: {
···
import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "documize";
meta = with pkgs.lib.maintainers; {
+
maintainers = [ ];
};
nodes.machine = { pkgs, ... }: {
+1 -1
nixos/tests/gotify-server.nix
···
import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gotify-server";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ ma27 ];
};
nodes.machine = { pkgs, ... }: {
···
import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gotify-server";
meta = with pkgs.lib.maintainers; {
+
maintainers = [ ];
};
nodes.machine = { pkgs, ... }: {
+1 -1
nixos/tests/hydra/default.nix
···
makeHydraTest = with pkgs.lib; name: package: makeTest {
name = "hydra-${name}";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ lewo ma27 ];
};
nodes.machine = { pkgs, lib, ... }: {
···
makeHydraTest = with pkgs.lib; name: package: makeTest {
name = "hydra-${name}";
meta = with pkgs.lib.maintainers; {
+
maintainers = [ lewo ];
};
nodes.machine = { pkgs, lib, ... }: {
+1 -1
nixos/tests/plausible.nix
···
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "plausible";
meta = with lib.maintainers; {
-
maintainers = [ ma27 ];
};
nodes.machine = { pkgs, ... }: {
···
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "plausible";
meta = with lib.maintainers; {
+
maintainers = [ ];
};
nodes.machine = { pkgs, ... }: {
+1 -1
pkgs/applications/graphics/feh/default.nix
···
# released under a variant of the MIT license
# https://spdx.org/licenses/MIT-feh.html
license = licenses.mit-feh;
-
maintainers = with maintainers; [ viric willibutz globin ma27 ];
platforms = platforms.unix;
mainProgram = "feh";
};
···
# released under a variant of the MIT license
# https://spdx.org/licenses/MIT-feh.html
license = licenses.mit-feh;
+
maintainers = with maintainers; [ viric willibutz globin ];
platforms = platforms.unix;
mainProgram = "feh";
};
+1 -1
pkgs/applications/misc/buku/default.nix
···
homepage = "https://github.com/jarun/Buku";
license = licenses.gpl3;
platforms = platforms.unix;
-
maintainers = with maintainers; [ matthiasbeyer infinisil ma27 ];
};
}
···
homepage = "https://github.com/jarun/Buku";
license = licenses.gpl3;
platforms = platforms.unix;
+
maintainers = with maintainers; [ matthiasbeyer infinisil ];
};
}
+1 -1
pkgs/applications/networking/instant-messengers/ferdi/default.nix
···
homepage = "https://getferdi.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.asl20;
-
maintainers = with maintainers; [ davidtwco ma27 ];
platforms = [ "x86_64-linux" ];
hydraPlatforms = [ ];
knownVulnerabilities = [
···
homepage = "https://getferdi.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.asl20;
+
maintainers = with maintainers; [ davidtwco ];
platforms = [ "x86_64-linux" ];
hydraPlatforms = [ ];
knownVulnerabilities = [
+1 -1
pkgs/by-name/cr/create-react-app/package.nix
···
homepage = "https://github.com/facebook/create-react-app";
license = lib.licenses.mit;
mainProgram = "create-react-app";
-
maintainers = with lib.maintainers; [ ma27 ];
};
}
···
homepage = "https://github.com/facebook/create-react-app";
license = lib.licenses.mit;
mainProgram = "create-react-app";
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/libraries/dlib/default.nix
···
description = "A general purpose cross-platform C++ machine learning library";
homepage = "http://www.dlib.net";
license = licenses.boost;
-
maintainers = with maintainers; [ christopherpoole ma27 ];
platforms = platforms.unix;
};
}
···
description = "A general purpose cross-platform C++ machine learning library";
homepage = "http://www.dlib.net";
license = licenses.boost;
+
maintainers = with maintainers; [ christopherpoole ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/servers/atlassian/confluence.nix
···
homepage = "https://www.atlassian.com/software/confluence";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
-
maintainers = with maintainers; [ globin willibutz ciil techknowlogick ma27 ];
};
})
···
homepage = "https://www.atlassian.com/software/confluence";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
+
maintainers = with maintainers; [ globin willibutz ciil techknowlogick ];
};
})
+1 -1
pkgs/servers/atlassian/jira.nix
···
description = "Proprietary issue tracking product, also providing project management functions";
homepage = "https://www.atlassian.com/software/jira";
license = licenses.unfree;
-
maintainers = with maintainers; [ globin ciil megheaiulian techknowlogick ma27 ];
};
}
···
description = "Proprietary issue tracking product, also providing project management functions";
homepage = "https://www.atlassian.com/software/jira";
license = licenses.unfree;
+
maintainers = with maintainers; [ globin ciil megheaiulian techknowlogick ];
};
}
+1 -1
pkgs/servers/mail/mailman/package.nix
···
homepage = "https://www.gnu.org/software/mailman/";
description = "Free software for managing electronic mail discussion and newsletter lists";
license = lib.licenses.gpl3Plus;
-
maintainers = with lib.maintainers; [ qyliss ma27 ];
};
}
···
homepage = "https://www.gnu.org/software/mailman/";
description = "Free software for managing electronic mail discussion and newsletter lists";
license = lib.licenses.gpl3Plus;
+
maintainers = with lib.maintainers; [ qyliss ];
};
}
+1 -1
pkgs/shells/zsh/fzf-zsh/default.nix
···
homepage = "https://github.com/wyntau/fzf-zsh";
description = "wrap fzf to use in oh-my-zsh";
license = licenses.mit;
-
maintainers = with maintainers; [ ma27 ];
platforms = platforms.unix;
};
}
···
homepage = "https://github.com/wyntau/fzf-zsh";
description = "wrap fzf to use in oh-my-zsh";
license = licenses.mit;
+
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
···
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
license = licenses.mit;
platforms = platforms.all;
-
maintainers = with maintainers; [ ma27 ];
};
}
···
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
license = licenses.mit;
platforms = platforms.all;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/shells/zsh/zsh-you-should-use/default.nix
···
homepage = "https://github.com/MichaelAquilina/zsh-you-should-use";
license = licenses.gpl3;
description = "ZSH plugin that reminds you to use existing aliases for commands you just typed";
-
maintainers = with maintainers; [ ma27 ];
};
}
···
homepage = "https://github.com/MichaelAquilina/zsh-you-should-use";
license = licenses.gpl3;
description = "ZSH plugin that reminds you to use existing aliases for commands you just typed";
+
maintainers = with maintainers; [ ];
};
}