diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix index ae0c6419eb61..074fc4f334f6 100644 --- a/pkgs/development/compilers/ats2/default.nix +++ b/pkgs/development/compilers/ats2/default.nix @@ -13,7 +13,7 @@ let version = "0.0.3"; in stdenv.mkDerivation { meta = { description = "A statically typed programming language that unifies implementation with formal specification"; homepage = http://www.ats-lang.org/; - license = stdenv.lib.gpl3Plus; + license = stdenv.lib.licenses.gpl3Plus; maintainers = [ stdenv.lib.maintainers.shlevy ]; }; }