mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
typo
This commit is contained in:
parent
12f7c0666a
commit
94105045b4
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue