Fixed some licenses
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user