Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Fix psutils licence.

(cherry picked from commit e412f2199a8e31d22c0ffa178c29c97c8e308983)

+1 -1
+1 -1
pkgs/tools/typesetting/psutils/default.nix
··· 21 meta = with stdenv.lib; { 22 description = "Collection of useful utilities for manipulating PS documents"; 23 homepage = http://knackered.knackered.org/angus/psutils/; 24 - license = licenses.bsd; 25 }; 26 }
··· 21 meta = with stdenv.lib; { 22 description = "Collection of useful utilities for manipulating PS documents"; 23 homepage = http://knackered.knackered.org/angus/psutils/; 24 + license = licenses.bsd3; 25 }; 26 }