lol

Fix psutils licence.

+1 -1
+1 -1
pkgs/tools/typesetting/psutils/default.nix
··· 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 - license = licenses.bsd; 24 + license = licenses.bsd3; 25 25 }; 26 26 }