diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-18 16:54:26 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-24 19:14:47 +0100 |
commit | 8d08e1449e8365e6b41d3f8a783ee2b86dda192c (patch) | |
tree | d9eb15eebf2a131955224d7123eaf677404453c1 /dev-util/splint | |
parent | dev-util/ftjam: use HTTPS (diff) | |
download | gentoo-8d08e1449e8365e6b41d3f8a783ee2b86dda192c.tar.gz gentoo-8d08e1449e8365e6b41d3f8a783ee2b86dda192c.tar.bz2 gentoo-8d08e1449e8365e6b41d3f8a783ee2b86dda192c.zip |
dev-util/splint: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28328
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/splint-3.1.2-r2.ebuild | 6 |
1 files 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" |