summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-02-03 18:14:27 -0500
committerShea Levy <shea@shealevy.com>2014-02-03 18:14:27 -0500
commitb47609410b00796d4ce7644cce2b5975025f2dc7 (patch)
tree99ecd217f44f3ea4c501e8be3ee34b8d363001fa
parent9cf29b7039fd31abda8c46b3f5807df1c12d6446 (diff)
downloadnixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.tar
nixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.tar.gz
nixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.tar.bz2
nixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.tar.lz
nixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.tar.xz
nixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.tar.zst
nixpkgs-b47609410b00796d4ce7644cce2b5975025f2dc7.zip
ats: unmaintain
Signed-off-by: Shea Levy <shea@shealevy.com>
-rw-r--r--pkgs/development/compilers/ats2/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix
index 074fc4f334f..0f46b7aeb6d 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 ];
   };
 }