typo
This commit is contained in:
parent
12f7c0666a
commit
94105045b4
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://code.entropywave.com/orc/";
|
homepage = "http://code.entropywave.com/orc/";
|
||||||
# The source code implementing the Marsenne Twister algorithm is licensed
|
# The source code implementing the Marsenne Twister algorithm is licensed
|
||||||
# under the 3-clause BSD license. The rest is 2-clause BSD license.
|
# 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;
|
platform = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.iyzsong ];
|
maintainers = [ stdenv.lib.maintainers.iyzsong ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user