Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -19,6 +19,6 @@ stdenv.mkDerivation {
|
||||
combination of description and tag/value pairs.
|
||||
'';
|
||||
homepage = "http://www.balabit.com/support/community/products/";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user