Fixed license
This commit is contained in:
parent
356bd34b86
commit
85145ab666
|
@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
|
||||||
buildDepends = [ random time ];
|
buildDepends = [ random time ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Haskell implementation of the xorshift random generator";
|
description = "Haskell implementation of the xorshift random generator";
|
||||||
license = "LGPL";
|
license = self.stdenv.lib.licenses.lgpl2;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue