hudi: fix url (#46524)
This commit is contained in:
parent
7b3ab0e575
commit
a835a0ed31
@ -12,7 +12,7 @@ class Hudi(MavenPackage):
|
||||
Hudi manages the storage of large analytical datasets on DFS."""
|
||||
|
||||
homepage = "https://hudi.apache.org/"
|
||||
url = "https://github.com/apache/hudi/archive/release-0.5.3.tar.gz"
|
||||
url = "https://github.com/apache/hudi/archive/refs/tags/release-0.5.3.tar.gz"
|
||||
|
||||
license("Apache-2.0")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user