pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

go-prealloc: set LICENSE and COMMENT



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 25 23:38:43 2021 +0100
Changeset:	86870ee91b2b7cd6fe3297e783d01cfc379cae1a

Modified Files:
	go-prealloc/Makefile

Log Message:
go-prealloc: set LICENSE and COMMENT

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86870ee91b2b7cd6fe3297e783d01cfc379cae1a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-prealloc/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/go-prealloc/Makefile b/go-prealloc/Makefile
index afe8482ebc..825905d2a1 100644
--- a/go-prealloc/Makefile
+++ b/go-prealloc/Makefile
@@ -8,8 +8,8 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=golangci/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/golangci/prealloc
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+COMMENT=	Static analysis tool to find slice declarations
+LICENSE=	mit
 
 GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}*
 GO_SRCPATH=	https://github.com/golangci/prealloc


Home | Main Index | Thread Index | Old Index