diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:12:58 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:40 +0200 |
commit | a5c40952bb3a514cdc357b6d75784aafe27e1e39 (patch) | |
tree | e890a093017388c3bf675b4dfb01b3938cb2279f /media-sound/pithos/pithos-1.1.2.ebuild | |
parent | media-sound/musescore: use HTTPS for GitHub and HOMEPAGE (diff) | |
download | gentoo-a5c40952bb3a514cdc357b6d75784aafe27e1e39.tar.gz gentoo-a5c40952bb3a514cdc357b6d75784aafe27e1e39.tar.bz2 gentoo-a5c40952bb3a514cdc357b6d75784aafe27e1e39.zip |
media-sound/pithos: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/pithos/pithos-1.1.2.ebuild')
-rw-r--r-- | media-sound/pithos/pithos-1.1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild index 527c2cf0022d..abfd5d440871 100644 --- a/media-sound/pithos/pithos-1.1.2.ebuild +++ b/media-sound/pithos/pithos-1.1.2.ebuild @@ -7,14 +7,13 @@ inherit eutils distutils-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/pithos/pithos.git - https://github.com/pithos/pithos.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Pandora.com client for the GNOME desktop" -HOMEPAGE="http://pithos.github.io/" +HOMEPAGE="https://pithos.github.io/" LICENSE="GPL-3" SLOT="0" |