gatling: fix meta evaluation

/cc maintainer @the-kenny.
This commit is contained in:
Vladimír Čunát 2015-11-11 08:31:56 +01:00
parent ef2a9c8919
commit dd71ccef28

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A high performance web server";
homepage = http://www.fefe.de/gatling/;
license = stdenv.lib.licenses.gplv2;
license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.the-kenny ];
};