mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-misc/gemserv: Replace EGIT_REPO_URI with HTTPS mirror.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user