Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Graphical effect and filter library for KDE4";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
homepage = "http://${pn}.sourceforge.net";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user