Skip to content

Commit

Permalink
Fix url for k4Reco
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 7, 2024
1 parent 1ef4560 commit f6c975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k4reco/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class K4reco(CMakePackage, Key4hepPackage):
"""Reconstruction algorithms using Gaudi in native key4hep"""

homepage = "https://github.com/key4hep/k4Reco"
url = "https://github.com/key4hep/k4Reco/archive/v00-01.tar.gz"
url = "https://github.com/key4hep/k4Reco/archive/v00-01-00.tar.gz"
git = "https://github.com/key4hep/k4Reco.git"

version("main", branch="main")
Expand Down

0 comments on commit f6c975f

Please sign in to comment.