summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-07-09 15:44:08 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-07-09 15:44:08 +0200
commit7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288 (patch)
tree667a0a09fd26a37c54295d84a47482af67b1ff29 /pkgs/tools/graphics
parent46d91410afc74d2c5ddf08921a6befb3da18784a (diff)
parent5c8472a2a17625855d0811ebb5709c9aa84fdd3f (diff)
downloadnixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.tar
nixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.tar.gz
nixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.tar.bz2
nixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.tar.lz
nixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.tar.xz
nixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.tar.zst
nixpkgs-7cf5909fadf5cf74f3b0e2bc5b227deb8f45f288.zip
Merge staging-next into staging
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 e3c7254457d..035e135a2e4 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;
   };
 }