gatling: fix meta evaluation
/cc maintainer @the-kenny.
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A high performance web server";
|
description = "A high performance web server";
|
||||||
homepage = http://www.fefe.de/gatling/;
|
homepage = http://www.fefe.de/gatling/;
|
||||||
license = stdenv.lib.licenses.gplv2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.the-kenny ];
|
maintainers = [ maintainers.the-kenny ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user