ats: unmaintain

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-02-03 18:14:27 -05:00
parent 9cf29b7039
commit b47609410b

View File

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