Fix psutils licence.

(cherry picked from commit e412f2199a)
This commit is contained in:
Lluís Batlle i Rossell 2016-07-27 10:29:30 +02:00
parent d7dca678a9
commit ccd1f37ffe

View File

@ -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;
};
}