treewide: Remove myself as a maintainer from most things

This commit is contained in:
Elis Hirwing
2025-08-09 08:41:25 +02:00
parent 42ec6658d2
commit 465f689e63
12 changed files with 11 additions and 12 deletions
@@ -10,7 +10,7 @@ let
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
View File
@@ -25,7 +25,7 @@ let
in
{
name = "hockeypuck";
meta.maintainers = with lib.maintainers; [ etu ];
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ ... }:
+1 -1
View File
@@ -5,7 +5,7 @@ let
in
{
name = "jackett";
meta.maintainers = with lib.maintainers; [ etu ];
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
View File
@@ -2,7 +2,7 @@
{
name = "lidarr";
meta.maintainers = with lib.maintainers; [ etu ];
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
View File
@@ -2,7 +2,7 @@
{
name = "radarr";
meta.maintainers = with lib.maintainers; [ etu ];
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
View File
@@ -2,7 +2,7 @@
{
name = "sonarr";
meta.maintainers = with lib.maintainers; [ etu ];
meta.maintainers = with lib.maintainers; [ ];
nodes.machine =
{ pkgs, ... }:
+1 -1
View File
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
description = "Usenet/BitTorrent music downloader";
homepage = "https://lidarr.audio/";
license = licenses.gpl3;
maintainers = [ maintainers.etu ];
maintainers = [ ];
mainProgram = "Lidarr";
platforms = [
"x86_64-linux"
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
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
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://testssl.sh/";
license = licenses.gpl2Only;
maintainers = with maintainers; [ etu ];
maintainers = with maintainers; [ ];
mainProgram = "testssl.sh";
};
}
+1 -1
View File
@@ -21,6 +21,6 @@ buildGoModule {
description = "OpenPGP Key Server";
homepage = "https://github.com/hockeypuck/hockeypuck";
license = licenses.agpl3Plus;
maintainers = [ maintainers.etu ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -28,6 +28,6 @@ stdenv.mkDerivation {
description = "OpenPGP Key Server web resources";
homepage = "https://github.com/hockeypuck/hockeypuck";
license = licenses.gpl3Plus;
maintainers = [ maintainers.etu ];
maintainers = [ ];
};
}
@@ -53,7 +53,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://www.freshrss.org/";
license = licenses.agpl3Plus;
maintainers = with maintainers; [
etu
stunkymonkey
];
};