Unverified Commit 651e2144 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

openvdb: fix incorrect license (#354039)

parents d79291d7 1c2c7e4b
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;
  };
}