summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Olivier Mercier <nemunaire@nemunai.re>2017-11-03 08:07:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-04 01:15:38 +0100
commitf18b45e9ed87991d8b2512a36323e3ba006d44bf (patch)
tree98a14109b3e36a357a635033fb2146c570386958 /app-crypt/moolticute/moolticute-9999.ebuild
parentapp-crypt/moolticute: fill version.h with package version (diff)
downloadgentoo-f18b45e9ed87991d8b2512a36323e3ba006d44bf.tar.gz
gentoo-f18b45e9ed87991d8b2512a36323e3ba006d44bf.tar.bz2
gentoo-f18b45e9ed87991d8b2512a36323e3ba006d44bf.zip
app-crypt/moolticute: HOMEPAGE: upstream moves into official org
Diffstat (limited to 'app-crypt/moolticute/moolticute-9999.ebuild')
-rw-r--r--app-crypt/moolticute/moolticute-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/moolticute/moolticute-9999.ebuild b/app-crypt/moolticute/moolticute-9999.ebuild
index 789f753ee725..6176b1bb8674 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"