Merge pull request #248301 from NobbZ/scrot-meta-main
This commit is contained in:
commit
1e99c8aa4c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/resurrecting-open-source-projects/scrot";
|
homepage = "https://github.com/resurrecting-open-source-projects/scrot";
|
||||||
description = "A command-line screen capture utility";
|
description = "A command-line screen capture utility";
|
||||||
|
mainProgram = "scrot";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ globin ];
|
maintainers = with maintainers; [ globin ];
|
||||||
license = licenses.mitAdvertising;
|
license = licenses.mitAdvertising;
|
||||||
|
|
Loading…
Reference in a new issue