Remove the "proprietary" license
We already had "unfree".
This commit is contained in:
@@ -78,6 +78,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Oracle Database Express Edition";
|
||||
homepage = "http://www.oracle.com/technetwork/products/express-edition/";
|
||||
license = licenses.proprietary;
|
||||
license = licenses.unfree;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user