Skip to content

Commit

Permalink
Change back k4marlinwrapper and k4edm4hep2lcioconv to use the key4hep…
Browse files Browse the repository at this point in the history
… repos
  • Loading branch information
jmcarcell committed Oct 5, 2023
1 parent bb97fa8 commit 8bedaac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/k4edm4hep2lcioconv/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
class K4edm4hep2lcioconv(CMakePackage, Key4hepPackage):
"""Converter library between EDM4hep and LCIO"""

homepage = "https://github.com/jmcarcell/k4EDM4hep2LcioConv"
git = "https://github.com/jmcarcell/k4EDM4hep2LcioConv.git"
url = "https://github.com/jmcarcell/k4EDM4hep2LcioConv/archive/v00-01.zip"
homepage = "https://github.com/key4hep/k4EDM4hep2LcioConv"
git = "https://github.com/key4hep/k4EDM4hep2LcioConv.git"
url = "https://github.com/key4hep/k4EDM4hep2LcioConv/archive/v00-01.zip"

maintainers = ["tmadlener"]

Expand Down
6 changes: 3 additions & 3 deletions packages/k4marlinwrapper/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
"""Gaudify Marlin Processors in order to run them in the Key4HEP framework"""

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

maintainers = ["tmadlener", "jmcarcell"]

Expand Down

0 comments on commit 8bedaac

Please sign in to comment.