summaryrefslogtreecommitdiff
path: root/app-admin/ego/ego-3.0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/ego/ego-3.0.9.ebuild')
-rw-r--r--app-admin/ego/ego-3.0.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/ego/ego-3.0.9.ebuild b/app-admin/ego/ego-3.0.9.ebuild
index 4924a250f1dc..e87116cf1d28 100644
--- a/app-admin/ego/ego-3.0.9.ebuild
+++ b/app-admin/ego/ego-3.0.9.ebuild
@@ -3,8 +3,8 @@
EAPI=8
DESCRIPTION="Golang rewrite of ego"
-HOMEPAGE="https://gitlab.com/liguros/ego"
-SRC_URI="https://gitlab.com/liguros/ego/-/archive/${PV}/${P}.tar.gz"
+HOMEPAGE="https://git.baldeagleos.com/ego"
+SRC_URI="https://git.baldeagleos.com/ego/-/archive/${PV}/${P}.tar.gz"
inherit go-module
@@ -44,6 +44,6 @@ src_install() {
# Install config file
insinto /etc/${PN}
doins etc/${PN}.yml
- doins etc/liguros.conf.example
+ doins etc/baldeagleos.conf.example
doins etc/parent.example
}