summary refs log tree commit diff
path: root/pkgs/servers/http/winstone/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/winstone/default.nix')
-rw-r--r--pkgs/servers/http/winstone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/winstone/default.nix b/pkgs/servers/http/winstone/default.nix
index 8991a220a76..6a92c0a228a 100644
--- a/pkgs/servers/http/winstone/default.nix
+++ b/pkgs/servers/http/winstone/default.nix
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage = "http://winstone.sourceforge.net/";
-    description = "A simple Java Servlet container.";
+    homepage = http://winstone.sourceforge.net/;
+    description = "A simple Java Servlet container";
     license = stdenv.lib.licenses.cddl;
     platforms = stdenv.lib.platforms.all;
     maintainers = [ stdenv.lib.maintainers.rickynils ];