Skip to content

Commit

Permalink
juggler: main, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 20, 2023
1 parent 7f2bca7 commit 6bb6205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class Juggler(CMakePackage):
depends_on("gaudi@33:34", when="@:1.8")

depends_on("acts +identification +json +tgeo +dd4hep")
depends_on("acts", when="@master")
depends_on("acts", when="@main")
depends_on("acts@30:", when="@11:")
depends_on("[email protected]:21", when="@9.1:10")
depends_on("[email protected]:19", when="@9.0")
Expand Down

0 comments on commit 6bb6205

Please sign in to comment.