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:
Andrew Marshall
2024-11-06 10:40:06 -05:00
parent bdcfe60e86
commit 1c2c7e4b76
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec
homepage = "https://www.openvdb.org";
maintainers = [ maintainers.guibou ];
platforms = platforms.unix;
license = licenses.mpl20;
license = licenses.asl20;
};
}