diff options
author | Craig Andrews <candrews@gentoo.org> | 2017-12-20 17:48:02 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2017-12-20 17:48:02 -0500 |
commit | 692261531c886bdcb035dc14a216371b84113167 (patch) | |
tree | 1a8214ef71268f12d95d32f0583b5f7c10c05afe /net-nntp/slrn | |
parent | net-nntp/slrn: version bump, EAPI 6, add support for libressl (diff) | |
download | gentoo-692261531c886bdcb035dc14a216371b84113167.tar.gz gentoo-692261531c886bdcb035dc14a216371b84113167.tar.bz2 gentoo-692261531c886bdcb035dc14a216371b84113167.zip |
net-nntp/slrn: Use https for SRC_URI
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-nntp/slrn')
-rw-r--r-- | net-nntp/slrn/slrn-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-nntp/slrn/slrn-1.0.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-nntp/slrn/slrn-1.0.2.ebuild b/net-nntp/slrn/slrn-1.0.2.ebuild index 678b2492814f..8086fab4307e 100644 --- a/net-nntp/slrn/slrn-1.0.2.ebuild +++ b/net-nntp/slrn/slrn-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ MY_P="${PN}_${PV/_/~}" DESCRIPTION="A s-lang based newsreader" HOMEPAGE="http://slrn.sourceforge.net/" -SRC_URI="http://jedsoft.org/releases/${PN}/${P}.tar.bz2" +SRC_URI="https://jedsoft.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3.ebuild index 6ea1761884d4..10dd1762c3c2 100644 --- a/net-nntp/slrn/slrn-1.0.3.ebuild +++ b/net-nntp/slrn/slrn-1.0.3.ebuild @@ -7,7 +7,7 @@ MY_P="${P}a" DESCRIPTION="A s-lang based newsreader" HOMEPAGE="http://slrn.sourceforge.net/" -SRC_URI="http://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2" +SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |