diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-02 19:50:16 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 19:22:23 -0400 |
commit | ac54283397ac2fa025aac75bd66595390d70bfe7 (patch) | |
tree | e733817005a809b5d566b40cbae1be436e1599e7 /app-text/binfind | |
parent | dev-db/postgresql: use HTTPS (diff) | |
download | gentoo-ac54283397ac2fa025aac75bd66595390d70bfe7.tar.gz gentoo-ac54283397ac2fa025aac75bd66595390d70bfe7.tar.bz2 gentoo-ac54283397ac2fa025aac75bd66595390d70bfe7.zip |
app-text/binfind: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16547
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/binfind')
-rw-r--r-- | app-text/binfind/binfind-0.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild index 8e402c5ed0e1..0285f93dbe53 100644 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ b/app-text/binfind/binfind-0.0.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Search files for a byte sequence specified on the command line" -HOMEPAGE="http://www.lith.at/binfind/" -SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" +HOMEPAGE="https://www.lith.at/binfind/" +SRC_URI="https://www.lith.at/binfind/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |