diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-08 12:53:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-02 20:35:14 +0300 |
commit | f98864a9fa7ccc6d7012f8c1c2a505bec7a68549 (patch) | |
tree | 5e9611691b0075669fdc2b9c6e9f19fe0f3d8fe0 /dev-util/peg | |
parent | media-video/yle-dl: drop 20220531 (diff) | |
download | gentoo-f98864a9fa7ccc6d7012f8c1c2a505bec7a68549.tar.gz gentoo-f98864a9fa7ccc6d7012f8c1c2a505bec7a68549.tar.bz2 gentoo-f98864a9fa7ccc6d7012f8c1c2a505bec7a68549.zip |
dev-util/peg: use HTTPS
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/peg')
-rw-r--r-- | dev-util/peg/peg-0.1.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/peg/peg-0.1.18.ebuild b/dev-util/peg/peg-0.1.18.ebuild index 3853be968a49..2f7cebbf5421 100644 --- a/dev-util/peg/peg-0.1.18.ebuild +++ b/dev-util/peg/peg-0.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Recursive-descent parser generators for C" -HOMEPAGE="http://piumarta.com/software/peg/" -SRC_URI="http://piumarta.com/software/${PN}/${P}.tar.gz" +HOMEPAGE="https://piumarta.com/software/peg/" +SRC_URI="https://piumarta.com/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |