tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix evaluation error caused by the "ats" expression
Bjørn Forsman
12 years ago
200d6297
9176ad18
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ats2
default.nix
+1
-1
pkgs/development/compilers/ats2/default.nix
···
13
13
meta = {
14
14
description = "A statically typed programming language that unifies implementation with formal specification";
15
15
homepage = http://www.ats-lang.org/;
16
16
-
license = stdenv.lib.gpl3Plus;
16
16
+
license = stdenv.lib.licenses.gpl3Plus;
17
17
maintainers = [ stdenv.lib.maintainers.shlevy ];
18
18
};
19
19
}