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
@@ -9,9 +9,9 @@ stdenv.mkDerivation {
buildInputs = [ lzo ];
meta = {
meta = with stdenv.lib; {
homepage = http://www.lzop.org;
description = "Fast file compressor";
license = "GPL";
license = licenses.gpl2;
};
}