pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-try devel/go-try: Fix typo in LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb2064887311
branches:  trunk
changeset: 416166:fb2064887311
user:      ng0 <ng0%pkgsrc.org@localhost>
date:      Sun Oct 20 09:16:56 2019 +0000

description:
devel/go-try: Fix typo in LICENSE.

diffstat:

 devel/go-try/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb20a32831e4 -r fb2064887311 devel/go-try/Makefile
--- a/devel/go-try/Makefile     Sun Oct 20 03:29:10 2019 +0000
+++ b/devel/go-try/Makefile     Sun Oct 20 09:16:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/10/18 14:58:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2019/10/20 09:16:56 ng0 Exp $
 
 DISTNAME=      try-1.0.0.0
 PKGNAME=       go-${DISTNAME}
@@ -11,7 +11,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/matryer/try
 COMMENT=       Idiomatic Go retry package
-ICENSE=                mit
+LICENSE=       mit
 
 GO_DIST_BASE=  try-${GITHUB_TAG}
 GO_SRCPATH=    github.com/matryer/try



Home | Main Index | Thread Index | Old Index