aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2019-09-18 21:44:55 -0500
committerAustin Seipp <aseipp@pobox.com>2019-09-18 21:44:55 -0500
commit5cc70a7b6bbdc9c2ae3e7e849fa80f155ea735d4 (patch)
tree4d62e226a6b1b80b5800f4147e773952357d85eb /pkgs/development
parent760b677c19ba6b1e6988e72c912270a561516939 (diff)
terra: touchups
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/terra/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/development/compilers/terra/default.nix b/pkgs/development/compilers/terra/default.nix
index dea6df1b7aa..c4e697f2f1e 100644
--- a/pkgs/development/compilers/terra/default.nix
+++ b/pkgs/development/compilers/terra/default.nix
@@ -1,4 +1,6 @@
-{ stdenv, fetchFromGitHub, fetchurl, llvmPackages, ncurses, lua }:
+{ stdenv, fetchurl, fetchFromGitHub
+, llvmPackages, ncurses, lua
+}:
let
luajitArchive = "LuaJIT-2.0.5.tar.gz";
@@ -49,9 +51,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A low-level counterpart to Lua";
- homepage = http://terralang.org/;
- platforms = platforms.x86_64;
- maintainers = with maintainers; [ jb55 ];
- license = licenses.mit;
+ homepage = http://terralang.org/;
+ platforms = platforms.x86_64;
+ maintainers = with maintainers; [ jb55 thoughtpolice ];
+ license = licenses.mit;
};
}