about summary refs log tree commit diff
path: root/pkgs/applications/graphics/grafx2
diff options
context:
space:
mode:
authorKim Simmons <zoomulator@gmail.com>2021-12-02 22:37:56 +0100
committerKim Simmons <zoomulator@gmail.com>2021-12-02 22:37:56 +0100
commit6c55d68c16b351fcaeffd09b0cf3848e515cb396 (patch)
tree722d62211d2449afd95f5821222ba04bb7888242 /pkgs/applications/graphics/grafx2
parent42ffc378728e2bd6a9fbb90ed59adfbef3ef4715 (diff)
Removing zoomulator (my self) as maintainer.
Diffstat (limited to 'pkgs/applications/graphics/grafx2')
-rw-r--r--pkgs/applications/graphics/grafx2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/grafx2/default.nix b/pkgs/applications/graphics/grafx2/default.nix
index 3529f827b4a7e..df570008b0f76 100644
--- a/pkgs/applications/graphics/grafx2/default.nix
+++ b/pkgs/applications/graphics/grafx2/default.nix
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
     homepage = "http://pulkomandy.tk/projects/GrafX2";
     license = lib.licenses.gpl2;
     platforms = [ "x86_64-linux" "i686-linux" ];
-    maintainers = [ lib.maintainers.zoomulator ];
+    maintainers = [];
   };
 }