Fixed many descriptions

This commit is contained in:
Pascal Wittmann
2014-11-11 14:20:43 +01:00
parent 0e309af732
commit 8df0e0b151
72 changed files with 160 additions and 159 deletions

View File

@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-fileupload";
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications.";
homepage = http://commons.apache.org/proper/commons-fileupload;
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
};