Skip to content

Commit

Permalink
algorithms: new version main, deprecate master
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Aug 7, 2023
1 parent 6956ba1 commit 292cc31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/algorithms/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Algorithms(CMakePackage):

maintainers = ["wdconinc", "sly2j"]

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

depends_on("edm4hep")
depends_on("edm4eic")
Expand Down

0 comments on commit 292cc31

Please sign in to comment.