openvdb: fix incorrect license
Since v12.0.0, OpenVDB is licensed under ASL 2.0; see
https://www.openvdb.org/documentation/doxygen/changes.html#v12_0_0_changes
Missing change from 633b86fab6.
This commit is contained in:
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec
|
||||
homepage = "https://www.openvdb.org";
|
||||
maintainers = [ maintainers.guibou ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mpl20;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user