yajl: fix url (#46518)
This commit is contained in:
parent
87d389fe78
commit
c302013c5b
@ -10,7 +10,7 @@ class Yajl(CMakePackage):
|
|||||||
"""Yet Another JSON Library (YAJL)"""
|
"""Yet Another JSON Library (YAJL)"""
|
||||||
|
|
||||||
homepage = "https://lloyd.github.io/yajl/"
|
homepage = "https://lloyd.github.io/yajl/"
|
||||||
url = "https://github.com/lloyd/yajl/archive/2.1.0.zip"
|
url = "https://github.com/lloyd/yajl/archive/refs/tags/2.1.0.zip"
|
||||||
git = "https://github.com/lloyd/yajl.git"
|
git = "https://github.com/lloyd/yajl.git"
|
||||||
|
|
||||||
license("MIT")
|
license("MIT")
|
||||||
|
Loading…
Reference in New Issue
Block a user