From 1e2ab828f2af8f877267d1d427ccf35ed739f242 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 15 Feb 2024 13:37:39 +0100 Subject: [PATCH 1/5] maintainers/team-list: remove myself from helsinki-systems team --- maintainers/team-list.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index d43d6e975a81..e359fdc63dec 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -429,7 +429,6 @@ with lib.maintainers; { helsinki-systems = { # Verify additions to this team with at least one already existing member of the team. members = [ - ajs124 das_j ]; scope = "Group registration for packages maintained by Helsinki Systems"; From 1a47967714a2a310716ae57888b1f406d6f5029b Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 15 Feb 2024 13:37:57 +0100 Subject: [PATCH 2/5] remove my maintainership from some packages --- pkgs/applications/misc/kiwix/default.nix | 2 +- pkgs/development/libraries/py3c/default.nix | 2 +- pkgs/development/python-modules/expiring-dict/default.nix | 2 +- pkgs/top-level/perl-packages.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/misc/kiwix/default.nix b/pkgs/applications/misc/kiwix/default.nix index 46157febbd08..6e255b74f4b1 100644 --- a/pkgs/applications/misc/kiwix/default.nix +++ b/pkgs/applications/misc/kiwix/default.nix @@ -42,6 +42,6 @@ mkDerivation { homepage = "https://kiwix.org"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ajs124 ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/libraries/py3c/default.nix b/pkgs/development/libraries/py3c/default.nix index f4d2aa95a2e8..11ccba4c9ee3 100644 --- a/pkgs/development/libraries/py3c/default.nix +++ b/pkgs/development/libraries/py3c/default.nix @@ -34,6 +34,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/encukou/py3c"; description = "Python 2/3 compatibility layer for C extensions"; license = licenses.mit; - maintainers = with maintainers; [ ajs124 dotlambda ]; + maintainers = with maintainers; [ dotlambda ]; }; } diff --git a/pkgs/development/python-modules/expiring-dict/default.nix b/pkgs/development/python-modules/expiring-dict/default.nix index cd3d92508848..be2b5c875d20 100644 --- a/pkgs/development/python-modules/expiring-dict/default.nix +++ b/pkgs/development/python-modules/expiring-dict/default.nix @@ -26,6 +26,6 @@ buildPythonPackage rec { description = "Python dict with TTL support for auto-expiring caches"; homepage = "https://github.com/dparker2/py-expiring-dict"; license = licenses.mit; - maintainers = with maintainers; [ ajs124 ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index c24be0ffc0f8..c562b88f9c9c 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -9835,7 +9835,7 @@ with self; { meta = { description = "File locking with fcntl(2)"; license = with lib.licenses; [ artistic1 ]; - maintainers = with maintainers; [ ajs124 das_j ]; + maintainers = with maintainers; [ das_j ]; }; }; From 9a9d499fc6a2555fed60f4d66fc3ec8d505af522 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 15 Feb 2024 13:38:31 +0100 Subject: [PATCH 3/5] maintainers/maintainers-list: fix my matrix id --- maintainers/maintainer-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 35e7ff665bcf..8493923b8ed4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -681,7 +681,7 @@ }; ajs124 = { email = "nix@ajs124.de"; - matrix = "@andreas.schraegle:helsinki-systems.de"; + matrix = "@ajs124:ajs124.de"; github = "ajs124"; githubId = 1229027; name = "Andreas Schrägle"; From 995ed0d6c1f8842af8ba4d441142cfecf9a525b8 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 15 Feb 2024 13:39:26 +0100 Subject: [PATCH 4/5] xfsprogs: add myself as maintainer --- pkgs/tools/filesystems/xfsprogs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/xfsprogs/default.nix b/pkgs/tools/filesystems/xfsprogs/default.nix index c8c80e5ff777..5a7022ee6a13 100644 --- a/pkgs/tools/filesystems/xfsprogs/default.nix +++ b/pkgs/tools/filesystems/xfsprogs/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { description = "SGI XFS utilities"; license = with licenses; [ gpl2Only lgpl21 gpl3Plus ]; # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright platforms = platforms.linux; - maintainers = with maintainers; [ dezgeg ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ dezgeg ajs124 ] ++ teams.helsinki-systems.members; }; } From cee1856335c76e9ee40aded7d0580f7ce8aaabe7 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 15 Feb 2024 13:39:41 +0100 Subject: [PATCH 5/5] lvm2: add myself as maintainer --- pkgs/os-specific/linux/lvm2/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/lvm2/common.nix b/pkgs/os-specific/linux/lvm2/common.nix index 97f1eb3a1771..caafa52a8173 100644 --- a/pkgs/os-specific/linux/lvm2/common.nix +++ b/pkgs/os-specific/linux/lvm2/common.nix @@ -156,6 +156,6 @@ stdenv.mkDerivation rec { description = "Tools to support Logical Volume Management (LVM) on Linux"; platforms = platforms.linux; license = with licenses; [ gpl2 bsd2 lgpl21 ]; - maintainers = with maintainers; [ raskin ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ raskin ajs124 ] ++ teams.helsinki-systems.members; }; }