tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix psutils licence.
Lluís Batlle i Rossell
9 years ago
e412f219
03f368ca
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
typesetting
psutils
default.nix
+1
-1
pkgs/tools/typesetting/psutils/default.nix
reviewed
···
21
21
meta = with stdenv.lib; {
22
22
description = "Collection of useful utilities for manipulating PS documents";
23
23
homepage = http://knackered.knackered.org/angus/psutils/;
24
24
-
license = licenses.bsd;
24
24
+
license = licenses.bsd3;
25
25
};
26
26
}