commit: f18b45e9ed87991d8b2512a36323e3ba006d44bf
Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
AuthorDate: Fri Nov 3 07:07:38 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 00:15:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18b45e9
app-crypt/moolticute: HOMEPAGE: upstream moves into official org
app-crypt/moolticute/metadata.xml | 4 ++--
app-crypt/moolticute/moolticute-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-crypt/moolticute/metadata.xml
b/app-crypt/moolticute/metadata.xml
index ff819ee05d4..874684f5407 100644
--- a/app-crypt/moolticute/metadata.xml
+++ b/app-crypt/moolticute/metadata.xml
@@ -10,7 +10,7 @@
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
- <remote-id type="github">raoulh/moolticute</remote-id>
- <bugs-to>https://github.com/raoulh/moolticute/issues</bugs-to>
+ <remote-id type="github">mooltipass/moolticute</remote-id>
+
<bugs-to>https://github.com/mooltipass/moolticute/issues</bugs-to>
</upstream>
</pkgmetadata>
diff --git a/app-crypt/moolticute/moolticute-9999.ebuild
b/app-crypt/moolticute/moolticute-9999.ebuild
index 789f753ee72..6176b1bb867 100644
--- a/app-crypt/moolticute/moolticute-9999.ebuild
+++ b/app-crypt/moolticute/moolticute-9999.ebuild
@@ -4,18 +4,18 @@
EAPI=6
if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/raoulh/moolticute.git"
+ EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git"
inherit git-r3
KEYWORDS=""
else
- SRC_URI="https://github.com/raoulh/moolticute/archive/v${PV/_/-}.tar.gz
-> ${P}.tar.gz"
+
SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz ->
${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
fi
inherit gnome2-utils qmake-utils udev
DESCRIPTION="Mooltipass crossplatform daemon/tools"
-HOMEPAGE="https://github.com/raoulh/moolticute"
+HOMEPAGE="https://github.com/mooltipass/moolticute"
LICENSE="GPL-3"
SLOT="0"