diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:50:27 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:15 +0200 |
commit | d561ae83cf00dc9f8a886f69233bba8c27c56623 (patch) | |
tree | 9aea9b8cf9849b356aa7d584d0f54543e413e6a0 /app-i18n/kde-l10n-scripts | |
parent | app-emulation/wine: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-d561ae83cf00dc9f8a886f69233bba8c27c56623.tar.gz gentoo-d561ae83cf00dc9f8a886f69233bba8c27c56623.tar.bz2 gentoo-d561ae83cf00dc9f8a886f69233bba8c27c56623.zip |
app-i18n/kde-l10n-scripts: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-i18n/kde-l10n-scripts')
-rw-r--r-- | app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild b/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild index fdd0d75b829f..30d448e19ad9 100644 --- a/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild +++ b/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/vpelcak/kde-scripts.git" +EGIT_REPO_URI="https://github.com/vpelcak/kde-scripts.git" [[ ${PV} == 9999 ]] && inherit git-2 DESCRIPTION="Set of scripts to manage KDE translation files" |