diff options
author | William Hubbs <williamh@gentoo.org> | 2021-07-04 16:53:18 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-07-04 16:53:49 -0500 |
commit | 936bf53dda8275e7fcd7174f8f42a507b9e8ab91 (patch) | |
tree | b5a88081d3be4d130679c44ae67f583ea52e6e38 /app-accessibility | |
parent | x11-libs/libtinynotify: Remove doc flag (diff) | |
download | gentoo-936bf53dda8275e7fcd7174f8f42a507b9e8ab91.tar.gz gentoo-936bf53dda8275e7fcd7174f8f42a507b9e8ab91.tar.bz2 gentoo-936bf53dda8275e7fcd7174f8f42a507b9e8ab91.zip |
app-accessibility/espeakup: fix the upstream git repository
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/espeakup/espeakup-0.90.ebuild | 2 | ||||
-rw-r--r-- | app-accessibility/espeakup/espeakup-9999.ebuild | 2 | ||||
-rw-r--r-- | app-accessibility/espeakup/metadata.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild index fac584f93722..64a9b3f5a8aa 100644 --- a/app-accessibility/espeakup/espeakup-0.90.ebuild +++ b/app-accessibility/espeakup/espeakup-0.90.ebuild @@ -4,7 +4,7 @@ EAPI=7 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/williamh/espeakup.git" + EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git" inherit git-r3 else SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index a54813ed5d95..206dd07cd258 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/williamh/espeakup.git" + EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git" inherit git-r3 else SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-accessibility/espeakup/metadata.xml b/app-accessibility/espeakup/metadata.xml index a8b8f95c43cb..e6e23a39c060 100644 --- a/app-accessibility/espeakup/metadata.xml +++ b/app-accessibility/espeakup/metadata.xml @@ -13,6 +13,6 @@ Espeakup is a small lightweight connector which makes it possible for speakup to use espeak as its synthesizer. </longdescription> <upstream> - <remote-id type="github">williamh/espeakup</remote-id> + <remote-id type="github">linux-speakup/espeakup</remote-id> </upstream> </pkgmetadata> |