Horizen’s GitHub Repositories Have A New Home at “HorizenOfficial”!
Our GitHub organization name has changed from ZencashOfficial to HorizenOfficial. This was one of the final steps to complete our rebranding effort.
About the Update
We completed various sequences of events per GitHub protocol before announcing this change. We made sure this change has as little impact as possible to our community. Links from old repositories at https://github.com/ZencashOfficial/${repository_name} will automatically redirect to https://github.com/HorizenOfficial/${repository_name}.
The exception to this is direct links to our old organization name https://github.com/ZencashOfficial and GitHub Pages websites such as https://ZencashOfficial.github.io/repo.
Git remotes of locally cloned repositories will also automatically redirect, but we ask everyone to update any references to the old organization name where applicable.
What Has To Be Updated?
- Update GitHub organization name to HorizenOfficial – Any links referencing the old organization name should be changed from https://github.com/ZencashOfficial to https://github.com/HorizenOfficial
- Change repository remote – Repository remotes can be changed with the following Bash snippet
cd repository/path
git remote set-url origin “$(git remote -v | grep origin | head -n1 | cut -d$’\t’ -f 2 | cut -d ‘ ‘ -f 1 | sed ‘s/[zZ][eE][nN][cC][aA][sS][hH][oO][fF][fF][iI][cC][iI][aA][lL]/HorizenOfficial/g’)“
- Change the APT repository URL – The APT repository has moved to https://HorizenOfficial.github.io/repo, instructions on how to change the repository URL are available here.