Skip to content

Commit

Permalink
Use actual branchname for version in k4reco (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Aug 28, 2024
1 parent 1cd6239 commit 364ea1c
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 @@ -9,7 +9,7 @@ class K4reco(CMakePackage, Key4hepPackage):
url = "https://github.com/key4hep/k4Reco/archive/v00-01.tar.gz"
git = "https://github.com/key4hep/k4Reco.git"

version("master", branch="main")
version("main", branch="main")

depends_on("root")
depends_on("edm4hep")
Expand Down

0 comments on commit 364ea1c

Please sign in to comment.