py-falcon: fix url (#46522)
This commit is contained in:
parent
17199e7fed
commit
1ccfb1444a
@ -11,7 +11,7 @@ class PyFalcon(PythonPackage):
|
|||||||
building large-scale app backends and microservices."""
|
building large-scale app backends and microservices."""
|
||||||
|
|
||||||
homepage = "https://github.com/falconry/falcon"
|
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")
|
license("Apache-2.0")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user