summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-08-27 22:09:49 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-08-27 22:28:49 +0200
commit3da886bf41981dcb541a0d98761cd69c0860cf92 (patch)
tree86cba2daf65f25337ff0e508598896ec5b902d61 /nixos
parent40f337454d6c76bc12500564f4553d6853e83aeb (diff)
downloadnixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.gz
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.bz2
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.lz
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.xz
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.zst
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.zip
treewide: remove ma27 from the maintainer-list of a few packages
These are all packages that I stopped using and hence just create noise
in my inbox for each change affecting them and let's face it, while I
still enjoy contributing to nixpkgs, it doesn't really make sense to be
listed there if I can't do much anyways.

Each of these packages can be taken over by someone or removed if
people think that's reasonable.

Of course, if other maintainers face issues, I can answer some questions
if needed & possible.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/graylog.nix2
-rw-r--r--nixos/tests/nexus.nix2
-rw-r--r--nixos/tests/xautolock.nix2
-rw-r--r--nixos/tests/xss-lock.nix2
-rw-r--r--nixos/tests/yabar.nix2
5 files changed, 5 insertions, 5 deletions
diff --git a/nixos/tests/graylog.nix b/nixos/tests/graylog.nix
index 2d22012fa7c..572904f60d5 100644
--- a/nixos/tests/graylog.nix
+++ b/nixos/tests/graylog.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "graylog";
-  meta.maintainers = with lib.maintainers; [ ma27 ];
+  meta.maintainers = with lib.maintainers; [ ];
 
   machine = { pkgs, ... }: {
     virtualisation.memorySize = 4096;
diff --git a/nixos/tests/nexus.nix b/nixos/tests/nexus.nix
index 2a30a4eb2cc..87bb4d2eb58 100644
--- a/nixos/tests/nexus.nix
+++ b/nixos/tests/nexus.nix
@@ -6,7 +6,7 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "nexus";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ ironpinguin ma27 ];
+    maintainers = [ ironpinguin ];
   };
 
   nodes = {
diff --git a/nixos/tests/xautolock.nix b/nixos/tests/xautolock.nix
index 2d29f80b3fe..529567e0797 100644
--- a/nixos/tests/xautolock.nix
+++ b/nixos/tests/xautolock.nix
@@ -4,7 +4,7 @@ with lib;
 
 {
   name = "xautolock";
-  meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ];
 
   nodes.machine = {
     imports = [ ./common/x11.nix ./common/user-account.nix ];
diff --git a/nixos/tests/xss-lock.nix b/nixos/tests/xss-lock.nix
index 71f56e32c58..c927d9274e6 100644
--- a/nixos/tests/xss-lock.nix
+++ b/nixos/tests/xss-lock.nix
@@ -4,7 +4,7 @@ with lib;
 
 {
   name = "xss-lock";
-  meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ];
 
   nodes = {
     simple = {
diff --git a/nixos/tests/yabar.nix b/nixos/tests/yabar.nix
index 545fe544d53..c2431e556c3 100644
--- a/nixos/tests/yabar.nix
+++ b/nixos/tests/yabar.nix
@@ -5,7 +5,7 @@ with lib;
 {
   name = "yabar";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ ma27 ];
+    maintainers = [ ];
   };
 
   machine = {