gatling: fix meta evaluation

/cc maintainer @the-kenny.

+1 -1
+1 -1
pkgs/servers/http/gatling/default.nix
··· 25 25 meta = with stdenv.lib; { 26 26 description = "A high performance web server"; 27 27 homepage = http://www.fefe.de/gatling/; 28 - license = stdenv.lib.licenses.gplv2; 28 + license = stdenv.lib.licenses.gpl2; 29 29 platforms = platforms.linux; 30 30 maintainers = [ maintainers.the-kenny ]; 31 31 };