Fixed some licenses

This commit is contained in:
Pascal Wittmann
2015-06-10 13:00:42 +02:00
parent a1144c5b45
commit 62d62b6588
18 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -30,9 +30,9 @@ stdenv.mkDerivation rec {
'';
};
meta = {
meta = with stdenv.lib; {
homepage = http://optipng.sourceforge.net/;
description = "A PNG optimizer";
license = "bsd";
license = licenses.zlib;
};
}