about summary refs log tree commit diff
path: root/nixos/tests/tuxguitar.nix
diff options
context:
space:
mode:
authorBenjamin Asbach <asbachb@users.noreply.github.com>2023-02-14 15:54:45 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-02-25 18:56:02 +0100
commit546f356db67baac2c34fcb1245c6267de1100260 (patch)
tree676c052c11dba1dd47e4f94f154379633bc792d3 /nixos/tests/tuxguitar.nix
parentc8ba046415dbcbe71f825ac52f2bcda2596f6ab1 (diff)
remove myself as maintainer for now as I switched to another distro
Diffstat (limited to 'nixos/tests/tuxguitar.nix')
-rw-r--r--nixos/tests/tuxguitar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tuxguitar.nix b/nixos/tests/tuxguitar.nix
index 037f489e54483..00833024bfeac 100644
--- a/nixos/tests/tuxguitar.nix
+++ b/nixos/tests/tuxguitar.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "tuxguitar";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ asbachb ];
+    maintainers = [ ];
   };
 
   nodes.machine = { config, pkgs, ... }: {