summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/ats2
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-11 10:02:09 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-11 10:02:09 -0500
commit3f74ac1f348eef9598a4e9747f5396daae78a30a (patch)
treebab3c188d075c7cfc7e95a21159c0c10a0d2972e /pkgs/development/compilers/ats2
parentd91e736de553995df31d47392896c2b1a578be66 (diff)
ats2: add ttuegel to maintainers
Diffstat (limited to 'pkgs/development/compilers/ats2')
-rw-r--r--pkgs/development/compilers/ats2/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix
index 0989880df7f4..8b4ea36330c0 100644
--- a/pkgs/development/compilers/ats2/default.nix
+++ b/pkgs/development/compilers/ats2/default.nix
@@ -13,11 +13,11 @@ stdenv.mkDerivation rec {
setupHook = ./setup-hook.sh;
- meta = {
+ meta = with stdenv.lib; {
description = "Functional programming language with dependent types";
homepage = "http://www.ats-lang.org";
- license = stdenv.lib.licenses.gpl3Plus;
- platforms = stdenv.lib.platforms.linux;
- maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
+ license = licenses.gpl3Plus;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ thoughtpolice ttuegel ];
};
}