Julia code that depends on the Xtal.jl name (primarily using statements) can be fixed with a minimal change: using Xtal becomes using Electrum as Xtal. AFAIK this works on Julia 1.6 and above, and 1.6 is the earliest version Xtal.jl supports.
When the repo URL changes, you should be able to fix your fetch/push settings with the following command:
So far, this PR only changes the name of the package from Xtal.jl to Electrum.jl. What it does not do is change the URL names from https://github.com/brainandforce/Xtal.jl to https://github.com/brainandforce/Electrum.jl.
Julia code that depends on the Xtal.jl name (primarily
using
statements) can be fixed with a minimal change:using Xtal
becomesusing Electrum as Xtal
. AFAIK this works on Julia 1.6 and above, and 1.6 is the earliest version Xtal.jl supports.When the repo URL changes, you should be able to fix your fetch/push settings with the following command: