net-misc/gemserv: Replace EGIT_REPO_URI with HTTPS mirror.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2020-05-28 06:39:00 +02:00
parent 750c0ed46d
commit 428049383d

View File

@@ -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"