From 6b1a91e04f7f1017700a7f16301574500529088c Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Mon, 15 Feb 2016 15:46:51 +0100 Subject: [PATCH] scrot: adding garbas as maintainer --- pkgs/tools/graphics/scrot/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/graphics/scrot/default.nix b/pkgs/tools/graphics/scrot/default.nix index 55a63712c1e..5e4fd3ff062 100644 --- a/pkgs/tools/graphics/scrot/default.nix +++ b/pkgs/tools/graphics/scrot/default.nix @@ -24,9 +24,10 @@ stdenv.mkDerivation rec { buildInputs = [ giblib xlibsWrapper ]; - meta = { + meta = with stdenv.lib; { homepage = http://linuxbrit.co.uk/scrot/; description = "A command-line screen capture utility"; - platforms = stdenv.lib.platforms.linux; + platforms = platforms.linux; + maintainers = with maintainers; [ garbas ]; }; }