yajl: fix url (#46518)

This commit is contained in:
Wouter Deconinck 2024-09-22 06:54:57 -05:00 committed by GitHub
parent 87d389fe78
commit c302013c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ class Yajl(CMakePackage):
"""Yet Another JSON Library (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"
license("MIT")