diff options
Diffstat (limited to 'app-admin/ego/ego-9999.ebuild')
| -rw-r--r-- | app-admin/ego/ego-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/ego/ego-9999.ebuild b/app-admin/ego/ego-9999.ebuild index 1ba549fcf12a..0a53fe571298 100644 --- a/app-admin/ego/ego-9999.ebuild +++ b/app-admin/ego/ego-9999.ebuild @@ -3,12 +3,12 @@ EAPI=7 DESCRIPTION="Golang rewrite of ego" -HOMEPAGE="https://gitlab.com/liguros/ego" +HOMEPAGE="https://git.baldeagleos.com/ego" if [[ "${PV}" != 9999 ]] ; then - SRC_URI="https://gitlab.com/liguros/ego/-/archive/develop/ego-develop.tar.gz" + SRC_URI="https://git.baldeagleos.com/ego/-/archive/develop/ego-develop.tar.gz" else - EGIT_REPO_URI="https://gitlab.com/liguros/ego.git" + EGIT_REPO_URI="https://git.baldeagleos.com/ego.git" EGIT_BRANCH="develop" inherit autotools git-r3 fi @@ -51,6 +51,6 @@ src_install() { # Install config file and default sytem configs insinto /etc/${PN} doins etc/${PN}.yml - doins etc/liguros.conf.example + doins etc/baldeagleos.conf.example doins etc/parent.example } |
