tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
scrot: add license
see issue #43716
Pascal Wittmann
7 years ago
3cea40ad
0e3b4b6e
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
scrot
default.nix
+1
pkgs/tools/graphics/scrot/default.nix
reviewed
···
27
27
description = "A command-line screen capture utility";
28
28
platforms = platforms.linux;
29
29
maintainers = with maintainers; [ garbas ];
30
30
+
license = licenses.mit;
30
31
};
31
32
}