pkgsrc-WIP-changes archive

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

Delete a redundant space



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Wed Mar 8 11:10:04 2017 -0800
Changeset:	719a8f79cf3b165b0d771067421666ec59bc64e2

Modified Files:
	py-jedi/Makefile

Log Message:
Delete a redundant space

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

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

diffstat:
 py-jedi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-jedi/Makefile b/py-jedi/Makefile
index 6040aceacf..9132f67c16 100644
--- a/py-jedi/Makefile
+++ b/py-jedi/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	editors python
 MASTER_SITES=	${MASTER_SITE_PYPI:=j/jedi/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	 https://github.com/davidhalter/jedi
+HOMEPAGE=	https://github.com/davidhalter/jedi
 COMMENT=	Autocompletion tool for Python that can be used for text editors
 LICENSE=	mit
 


Home | Main Index | Thread Index | Old Index