fix my ebuilds to pull from Gitlab instead of GitHub

This commit is contained in:
2017-04-21 11:52:21 -07:00
committed by layman
parent bd6a1135bf
commit 35eba82ade
16 changed files with 24 additions and 24 deletions

View File

@@ -1 +1 @@
EBUILD vanitygen-9999.ebuild 629 SHA256 6cbc35505f0e9f4bdea882196b8767ce8fcdeb65bc2ec6adab804da86ffa9868 SHA512 4532cfd7afdd69403aa2809c4f1e96d0dc8fc63131e05311a63b26ccec725ef2365bc976f33c21fa12b5ab93f7c35f5eae3785a6b44f50601886fe6390e31ced WHIRLPOOL 2aa8060cd7658f9f50bf1c07bc78cb0b17184559f0c9d94be2318f0220b7dd7ea58ca8732d00f9c1403413da96696cdebbed5469f475f3d5e0a1b14bcf1fd512
EBUILD vanitygen-9999.ebuild 633 SHA256 f2bef8952abde95d00b2a4d5ac02c41ed53d1acd1b55e73634f10f5e7bc75872 SHA512 6c4effd3ca471cd77ace42ecbc661a6c6e149b7232977782d91f15e185d198f0907d09d994e9596fef4904f8bc041c93d4ecabd9db2a86ef8248c99a88fe3baf WHIRLPOOL 0d74f155e99f67a45365cbd6dca3003c94fbe76811dc5516479cf650ae289c15ea08d955eb86c85e1e9ca9a68d39dc938fd8ab244b67e0052c19e6e9eed3adea

View File

@@ -5,9 +5,9 @@ EAPI="4"
inherit eutils git-2
DESCRIPTION="cryptocurrency vanity-address generator"
HOMEPAGE="https://github.com/salfter/vanitygen"
HOMEPAGE="https://gitlab.com/salfter/vanitygen"
EGIT_PROJECT="vanitygen"
EGIT_REPO_URI="https://github.com/salfter/vanitygen"
EGIT_REPO_URI="https://gitlab.com/salfter/vanitygen.git"
LICENSE="GPL-3"
SLOT="0"