From dd71ccef28acc7c47fd2b77fafe2cf1ed85b0809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 11 Nov 2015 08:31:56 +0100 Subject: [PATCH] gatling: fix meta evaluation /cc maintainer @the-kenny. --- pkgs/servers/http/gatling/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/gatling/default.nix b/pkgs/servers/http/gatling/default.nix index feb46f47d93..3901d24edd5 100644 --- a/pkgs/servers/http/gatling/default.nix +++ b/pkgs/servers/http/gatling/default.nix @@ -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 ]; };