Fix psutils licence.
This commit is contained in:
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Collection of useful utilities for manipulating PS documents";
|
description = "Collection of useful utilities for manipulating PS documents";
|
||||||
homepage = http://knackered.knackered.org/angus/psutils/;
|
homepage = http://knackered.knackered.org/angus/psutils/;
|
||||||
license = licenses.bsd;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user