From b47609410b00796d4ce7644cce2b5975025f2dc7 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 3 Feb 2014 18:14:27 -0500 Subject: [PATCH] ats: unmaintain Signed-off-by: Shea Levy --- pkgs/development/compilers/ats2/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix index 074fc4f334f6..0f46b7aeb6dc 100644 --- a/pkgs/development/compilers/ats2/default.nix +++ b/pkgs/development/compilers/ats2/default.nix @@ -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 ]; }; }