Skip to content

Commit

Permalink
fix: follow instructions for a custom license
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Jul 20, 2022
1 parent aec2e14 commit 650433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/opensubdiv/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class OpenSubdivConan(ConanFile):
name = "opensubdiv"
license = "Modified-Apache-2.0"
license = "LicenseRef-LICENSE.txt"
homepage = "https://github.com/PixarAnimationStudios/OpenSubdiv"
url = "https://github.com/conan-io/conan-center-index"
description = "An Open-Source subdivision surface library"
Expand Down

0 comments on commit 650433f

Please sign in to comment.