diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 09:25:26 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:56 +0200 |
commit | fe534992179254fffc03cbc7586fdc643c61cac5 (patch) | |
tree | a8dbbed064cd3179c6f4ab6776f768803f7b593f /app-admin/elektra | |
parent | app-admin/calamares: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-fe534992179254fffc03cbc7586fdc643c61cac5.tar.gz gentoo-fe534992179254fffc03cbc7586fdc643c61cac5.tar.bz2 gentoo-fe534992179254fffc03cbc7586fdc643c61cac5.zip |
app-admin/elektra: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-admin/elektra')
-rw-r--r-- | app-admin/elektra/elektra-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/elektra/elektra-9999.ebuild b/app-admin/elektra/elektra-9999.ebuild index 25d2c118ce67..79ef408969f7 100644 --- a/app-admin/elektra/elektra-9999.ebuild +++ b/app-admin/elektra/elektra-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit cmake-multilib eutils java-pkg-opt-2 git-r3 DESCRIPTION="Framework to store config parameters in hierarchical key-value pairs" HOMEPAGE="https://freedesktop.org/wiki/Software/Elektra" -EGIT_REPO_URI="git://github.com/ElektraInitiative/libelektra.git" +EGIT_REPO_URI="https://github.com/ElektraInitiative/libelektra.git" LICENSE="BSD" SLOT="0/${PV}" |