Fix evaluation error caused by the "ats" expression

This commit is contained in:
Bjørn Forsman 2013-10-26 12:39:33 +02:00
parent 9176ad1808
commit 200d629733

View File

@ -13,7 +13,7 @@ let version = "0.0.3"; in stdenv.mkDerivation {
meta = { meta = {
description = "A statically typed programming language that unifies implementation with formal specification"; description = "A statically typed programming language that unifies implementation with formal specification";
homepage = http://www.ats-lang.org/; homepage = http://www.ats-lang.org/;
license = stdenv.lib.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.shlevy ]; maintainers = [ stdenv.lib.maintainers.shlevy ];
}; };
} }