commit: 428049383d5435d85fe8426c63cd81332cb7c27c Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Thu May 28 04:39:00 2020 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Thu May 28 04:40:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42804938
net-misc/gemserv: Replace EGIT_REPO_URI with HTTPS mirror. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> net-misc/gemserv/gemserv-0.3.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-misc/gemserv/gemserv-0.3.1.ebuild b/net-misc/gemserv/gemserv-0.3.1.ebuild index 0c2a72b..94250ce 100644 --- a/net-misc/gemserv/gemserv-0.3.1.ebuild +++ b/net-misc/gemserv/gemserv-0.3.1.ebuild @@ -84,11 +84,14 @@ CRATES=" inherit cargo git-r3 systemd -EGIT_REPO_URI="git://80h.dev/gemserv.git" +EGIT_REPO_URI="https://git.sr.ht/~int80h/gemserv" EGIT_COMMIT="8ebe1becf124cf6143e3410d10cfb0fb760911e6" DESCRIPTION="A gemini Server written in rust" -HOMEPAGE="gemini://80h.dev/projects/gemserv/" +HOMEPAGE=" + gemini://80h.dev/projects/gemserv/ + https://git.sr.ht/~int80h/gemserv +" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0 BSD MIT MPL-2.0"
