Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -10,6 +10,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://www.nongnu.org/confuse/;
|
||||
description = "Configuration file parser library";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.isc;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user