pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-ini



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 22:12:17 UTC 2017

Modified Files:
        pkgsrc/devel/go-ini: Makefile

Log Message:
go-ini: fix HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/go-ini/Makefile

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

Modified files:

Index: pkgsrc/devel/go-ini/Makefile
diff -u pkgsrc/devel/go-ini/Makefile:1.6 pkgsrc/devel/go-ini/Makefile:1.7
--- pkgsrc/devel/go-ini/Makefile:1.6    Thu Apr 13 15:12:04 2017
+++ pkgsrc/devel/go-ini/Makefile        Wed Nov 15 22:12:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/04/13 15:12:04 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2017/11/15 22:12:17 wiz Exp $
 
 GITHUB_TAG=    v1.19.1
 DISTNAME=      go-ini-${GITHUB_TAG:S/v//}
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=go-i
 GITHUB_PROJECT=        ini
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://go-ini.github.io/ini
+HOMEPAGE=      https://github.com/go-ini/ini
 COMMENT=       INI file read and write functionality in Go
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index