diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 15:07:06 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:28 -0400 |
commit | b7d7897e62094231d45757af27880d0230a7ec77 (patch) | |
tree | 6c6d17cb00f2d12bb73fb9e4d177a957dad45d1f /media-sound/positron | |
parent | media-sound/ncmpc: use HTTPS (diff) | |
download | gentoo-b7d7897e62094231d45757af27880d0230a7ec77.tar.gz gentoo-b7d7897e62094231d45757af27880d0230a7ec77.tar.bz2 gentoo-b7d7897e62094231d45757af27880d0230a7ec77.zip |
media-sound/positron: use HTTPS
Diffstat (limited to 'media-sound/positron')
-rw-r--r-- | media-sound/positron/positron-1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/positron/positron-1.1-r1.ebuild b/media-sound/positron/positron-1.1-r1.ebuild index 1bb9cca764ef..97175753f6b0 100644 --- a/media-sound/positron/positron-1.1-r1.ebuild +++ b/media-sound/positron/positron-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Synchronization manager for the Neuros Audio Computer" -HOMEPAGE="http://www.xiph.org/positron" -SRC_URI="http://www.xiph.org/positron/files/source/${P}.tar.gz" +HOMEPAGE="https://www.xiph.org/positron" +SRC_URI="https://www.xiph.org/positron/files/source/${P}.tar.gz" LICENSE="BSD" SLOT="0" |