commit: 8d08e1449e8365e6b41d3f8a783ee2b86dda192c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Nov 18 15:54:26 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 24 18:14:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d08e144
dev-util/splint: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28328 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-util/splint/splint-3.1.2-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/splint/splint-3.1.2-r2.ebuild b/dev-util/splint/splint-3.1.2-r2.ebuild index b05529f3de56..4ae035e30794 100644 --- a/dev-util/splint/splint-3.1.2-r2.ebuild +++ b/dev-util/splint/splint-3.1.2-r2.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" -HOMEPAGE="http://lclint.cs.virginia.edu/" -SRC_URI="http://www.splint.org/downloads/${P}.src.tgz" +HOMEPAGE="https://splint.org/" +SRC_URI="https://splint.org/downloads/${P}.src.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~ppc-macos ~x64-macos"
