about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-03-11 22:20:26 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-03-11 22:29:30 +0100
commitb7cdb64ac2e65237c4257e69ac1a892f476e2d31 (patch)
treed58e283e330a019f63795ca0bd18a27164b5afd2 /nixos
parent24b6b8fd46d8d55ddfa2d07799a8e882692ee977 (diff)
downloadnixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.tar
nixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.tar.gz
nixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.tar.bz2
nixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.tar.lz
nixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.tar.xz
nixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.tar.zst
nixlib-b7cdb64ac2e65237c4257e69ac1a892f476e2d31.zip
treewide: remove myself from a few packages I don't use anymore
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/autorandr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/autorandr.nix b/nixos/modules/services/misc/autorandr.nix
index 4708e16e2a6c..cf7fb5f78d3d 100644
--- a/nixos/modules/services/misc/autorandr.nix
+++ b/nixos/modules/services/misc/autorandr.nix
@@ -48,5 +48,5 @@ in {
 
   };
 
-  meta.maintainers = with maintainers; [ gnidorah ma27 ];
+  meta.maintainers = with maintainers; [ gnidorah ];
 }