scrot: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 18:46:28 +02:00
parent 0e3b4b6e7d
commit 3cea40adb3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "A command-line screen capture utility";
platforms = platforms.linux;
maintainers = with maintainers; [ garbas ];
license = licenses.mit;
};
}