This commit is contained in:
Domen Kožar 2013-08-11 17:12:12 +02:00
parent 12f7c0666a
commit 94105045b4

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
homepage = "http://code.entropywave.com/orc/";
# The source code implementing the Marsenne Twister algorithm is licensed
# under the 3-clause BSD license. The rest is 2-clause BSD license.
license = stdenv.lib.license.bsd3;
license = stdenv.lib.licenses.bsd3;
platform = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.iyzsong ];
};