about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
committerRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
commit65781e204d7c76b50351676360cecadfd4ec7646 (patch)
treeade3a1c96cbece8854b21e381a106a5c60de12c5 /pkgs/tools/graphics
parent01e07b19967547d93e6ce2008366bc011ae0e358 (diff)
downloadnixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.gz
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.bz2
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.lz
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.xz
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.zst
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.zip
Remove me (garbas) as maintainer since I don't have much time to maintain anything
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/scrot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/scrot/default.nix b/pkgs/tools/graphics/scrot/default.nix
index e3c7254457db..035e135a2e40 100644
--- a/pkgs/tools/graphics/scrot/default.nix
+++ b/pkgs/tools/graphics/scrot/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     homepage = http://linuxbrit.co.uk/scrot/;
     description = "A command-line screen capture utility";
     platforms = platforms.linux;
-    maintainers = with maintainers; [ garbas ];
+    maintainers = with maintainers; [ ];
     license = licenses.mit;
   };
 }