diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 15:07:38 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:29 -0400 |
commit | e1f88a0f6f2eeba0ed1aa20437efb19fd85e9ea8 (patch) | |
tree | 48df68aa22132862ede18357d4f342cdf7253a62 /media-sound/snd | |
parent | media-sound/positron: use HTTPS (diff) | |
download | gentoo-e1f88a0f6f2eeba0ed1aa20437efb19fd85e9ea8.tar.gz gentoo-e1f88a0f6f2eeba0ed1aa20437efb19fd85e9ea8.tar.bz2 gentoo-e1f88a0f6f2eeba0ed1aa20437efb19fd85e9ea8.zip |
media-sound/snd: use HTTPS
Diffstat (limited to 'media-sound/snd')
-rw-r--r-- | media-sound/snd/snd-17.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/snd/snd-17.4.ebuild b/media-sound/snd/snd-17.4.ebuild index 5b746a352c8a..2c8a042ea377 100644 --- a/media-sound/snd/snd-17.4.ebuild +++ b/media-sound/snd/snd-17.4.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 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Snd is a sound editor" -HOMEPAGE="http://ccrma.stanford.edu/software/snd/" +HOMEPAGE="https://ccrma.stanford.edu/software/snd/" SRC_URI="ftp://ccrma-ftp.stanford.edu/pub/Lisp/${P}.tar.gz" LICENSE="Snd BSD-2 HPND GPL-2+ LGPL-2.1+ LGPL-3+ ruby? ( free-noncomm ) s7? ( free-noncomm )" |