commit: ac54283397ac2fa025aac75bd66595390d70bfe7 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 17:50:16 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Jul 3 23:22:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac542833
app-text/binfind: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16547 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-text/binfind/binfind-0.0.3.ebuild | 6 +++--- 1 file 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 8e402c5ed0e..0285f93dbe5 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"
