git: 25d8d58b7ee5 - main - security/trufflehog: Correct license
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 16:56:35 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=25d8d58b7ee547e9f1bdc0931c7b1f496f414890 commit 25d8d58b7ee547e9f1bdc0931c7b1f496f414890 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-12-27 16:53:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-12-27 16:56:32 +0000 security/trufflehog: Correct license PR: 275966 Reported by: unitrunker <unitrunker@gmail.com> --- security/trufflehog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index e56a494d2b07..920ea30b4e45 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -7,7 +7,7 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Find and verify credentials WWW= https://trufflesecurity.com/ -LICENSE= APACHE20 +LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.21,modules