Fixed license

This commit is contained in:
Emil Rangden 2014-08-07 17:46:37 +02:00
parent 356bd34b86
commit 85145ab666

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ random time ];
meta = {
description = "Haskell implementation of the xorshift random generator";
license = "LGPL";
license = self.stdenv.lib.licenses.lgpl2;
platforms = self.ghc.meta.platforms;
};
})