treewide: Remove myself as a maintainer from most things

Changed files
+11 -12
nixos
pkgs
by-name
li
lidarr
st
stupidterm
te
testssl
servers
hockeypuck
web-apps
freshrss
+1 -1
nixos/modules/services/security/hockeypuck.nix
···
settingsFormat = pkgs.formats.toml { };
in
{
-
meta.maintainers = with lib.maintainers; [ etu ];
+
meta.maintainers = with lib.maintainers; [ ];
options.services.hockeypuck = {
enable = lib.mkEnableOption "Hockeypuck OpenPGP Key Server";
+1 -1
nixos/tests/hockeypuck.nix
···
in
{
name = "hockeypuck";
-
meta.maintainers = with lib.maintainers; [ etu ];
+
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ ... }:
+1 -1
nixos/tests/jackett.nix
···
in
{
name = "jackett";
-
meta.maintainers = with lib.maintainers; [ etu ];
+
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
nixos/tests/lidarr.nix
···
{
name = "lidarr";
-
meta.maintainers = with lib.maintainers; [ etu ];
+
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
nixos/tests/radarr.nix
···
{
name = "radarr";
-
meta.maintainers = with lib.maintainers; [ etu ];
+
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
nixos/tests/sonarr.nix
···
{
name = "sonarr";
-
meta.maintainers = with lib.maintainers; [ etu ];
+
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
pkgs/by-name/li/lidarr/package.nix
···
description = "Usenet/BitTorrent music downloader";
homepage = "https://lidarr.audio/";
license = licenses.gpl3;
-
maintainers = [ maintainers.etu ];
+
maintainers = [ ];
mainProgram = "Lidarr";
platforms = [
"x86_64-linux"
+1 -1
pkgs/by-name/st/stupidterm/package.nix
···
description = "Simple wrapper around the VTE terminal emulator widget for GTK";
homepage = "https://github.com/esmil/stupidterm";
license = licenses.lgpl3Plus;
-
maintainers = [ maintainers.etu ];
+
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "stupidterm";
};
+1 -1
pkgs/by-name/te/testssl/package.nix
···
'';
homepage = "https://testssl.sh/";
license = licenses.gpl2Only;
-
maintainers = with maintainers; [ etu ];
+
maintainers = with maintainers; [ ];
mainProgram = "testssl.sh";
};
}
+1 -1
pkgs/servers/hockeypuck/server.nix
···
description = "OpenPGP Key Server";
homepage = "https://github.com/hockeypuck/hockeypuck";
license = licenses.agpl3Plus;
-
maintainers = [ maintainers.etu ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/servers/hockeypuck/web.nix
···
description = "OpenPGP Key Server web resources";
homepage = "https://github.com/hockeypuck/hockeypuck";
license = licenses.gpl3Plus;
-
maintainers = [ maintainers.etu ];
+
maintainers = [ ];
};
}
-1
pkgs/servers/web-apps/freshrss/default.nix
···
homepage = "https://www.freshrss.org/";
license = licenses.agpl3Plus;
maintainers = with maintainers; [
-
etu
stunkymonkey
];
};