py-falcon: fix url (#46522)

This commit is contained in:
Wouter Deconinck 2024-09-22 06:34:38 -05:00 committed by GitHub
parent 17199e7fed
commit 1ccfb1444a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ class PyFalcon(PythonPackage):
building large-scale app backends and microservices."""
homepage = "https://github.com/falconry/falcon"
url = "https://github.com/falconry/falcon/archive/3.0.0a2.tar.gz"
url = "https://github.com/falconry/falcon/archive/refs/tags/3.0.0a2.tar.gz"
license("Apache-2.0")