Commit 1c2c7e4b authored by Andrew Marshall's avatar Andrew Marshall
Browse files

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 633b86fa.
parent bdcfe60e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec
    homepage = "https://www.openvdb.org";
    maintainers = [ maintainers.guibou ];
    platforms = platforms.unix;
    license = licenses.mpl20;
    license = licenses.asl20;
  };
}