Fix psutils licence.

This commit is contained in:
Lluís Batlle i Rossell 2016-07-27 10:29:30 +02:00
parent 03f368ca93
commit e412f2199a

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Collection of useful utilities for manipulating PS documents";
homepage = http://knackered.knackered.org/angus/psutils/;
license = licenses.bsd;
license = licenses.bsd3;
};
}