tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
scrot: adding garbas as maintainer
Rok Garbas
10 years ago
6b1a91e0
2d3940bd
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
scrot
default.nix
+3
-2
pkgs/tools/graphics/scrot/default.nix
···
24
24
25
25
buildInputs = [ giblib xlibsWrapper ];
26
26
27
27
-
meta = {
27
27
+
meta = with stdenv.lib; {
28
28
homepage = http://linuxbrit.co.uk/scrot/;
29
29
description = "A command-line screen capture utility";
30
30
-
platforms = stdenv.lib.platforms.linux;
30
30
+
platforms = platforms.linux;
31
31
+
maintainers = with maintainers; [ garbas ];
31
32
};
32
33
}