Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -69,6 +69,6 @@ stdenv.mkDerivation {
|
||||
checking.
|
||||
'';
|
||||
homepage = "http://hol.sourceforge.net/";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user