From 3446d4b40548ae0af45d6bc00a65bcce0f28c28d Mon Sep 17 00:00:00 2001 From: Niclas Rosenvik Date: Fri, 22 Nov 2013 22:09:03 +0000 Subject: [PATCH] added trailing slash to homepage --- py-editorconfig-core/Makefile | 4 ++-- py-editorconfig-core/TODO | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/py-editorconfig-core/Makefile b/py-editorconfig-core/Makefile index e012046b02..3e6a9dc816 100644 --- a/py-editorconfig-core/Makefile +++ b/py-editorconfig-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/11/11 22:01:13 nros Exp $ +# $NetBSD: Makefile,v 1.2 2013/11/22 22:09:03 nros Exp $ DISTNAME= editorconfig-core-py-0.11.1 PKGNAME= ${PYPKGPREFIX}-editorconfig-core-0.11.1 CATEGORIES= devel @@ -6,7 +6,7 @@ MASTER_SITES= -https://github.com/editorconfig/editorconfig-core-py/archive/v${P FETCH_USING= curl MAINTAINER= nros@users.sourceforge.net -HOMEPAGE= http://editorconfig.org +HOMEPAGE= http://editorconfig.org/ COMMENT= Editorconfig python library LICENSE= python-software-foundation AND modified-bsd diff --git a/py-editorconfig-core/TODO b/py-editorconfig-core/TODO index b23320bac7..57c72aa01f 100644 --- a/py-editorconfig-core/TODO +++ b/py-editorconfig-core/TODO @@ -1,2 +1 @@ -Need to add buildlink3.mk -Otherwise it is finished. +Finished.