Use stdenv.lib.licenses.bsd instead of "bsd"

This commit is contained in:
Bas van Dijk 2014-01-18 23:09:27 +01:00
parent a4111bd67f
commit c7e19f9679

View file

@ -34,6 +34,6 @@ stdenv.mkDerivation {
short lifetime and to reliably identifying very persistent
objects across a network.
'';
license = "bsd2";
license = stdenv.lib.licenses.bsd2;
};
}