Use stdenv.lib.licenses.bsd instead of "bsd"
This commit is contained in:
parent
a4111bd67f
commit
c7e19f9679
@ -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;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user