Skip to content

Commit

Permalink
Update recipes/qwt/all/conanfile.py PR conan-io#21196
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Williams <[email protected]>

qwt: use a more specific license identifier
  • Loading branch information
valgur authored and ashley-b committed Nov 19, 2024
1 parent 5fecff8 commit e4829fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qwt/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class QwtConan(ConanFile):
name = "qwt"
license = "LGPL-2.1-or-later"
license = "LGPL-2.1+ WITH Qwt-exception-1.0"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://qwt.sourceforge.io/"
topics = ("chart", "data-visualization", "graph", "plot", "qt")
Expand Down

0 comments on commit e4829fd

Please sign in to comment.