Skip to content

Commit

Permalink
Fix: license in conan (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h authored Jan 23, 2025
1 parent 5ac47c2 commit 46d1aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class DiceHashConan(ConanFile):
license = "AGPL"
license = "MIT", "Apache-2.0"
author = "DICE Group <[email protected]>"
homepage = "https://github.com/dice-group/dice-hash"
url = homepage
Expand Down

0 comments on commit 46d1aa0

Please sign in to comment.