Fix evaluation error caused by the "ats" expression

+1 -1
+1 -1
pkgs/development/compilers/ats2/default.nix
··· 13 meta = { 14 description = "A statically typed programming language that unifies implementation with formal specification"; 15 homepage = http://www.ats-lang.org/; 16 - license = stdenv.lib.gpl3Plus; 17 maintainers = [ stdenv.lib.maintainers.shlevy ]; 18 }; 19 }
··· 13 meta = { 14 description = "A statically typed programming language that unifies implementation with formal specification"; 15 homepage = http://www.ats-lang.org/; 16 + license = stdenv.lib.licenses.gpl3Plus; 17 maintainers = [ stdenv.lib.maintainers.shlevy ]; 18 }; 19 }