aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 14:00:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 15:03:49 +0200
commit41e551b2d3ea24ffd96023d1b6c3648de3aac90d (patch)
treedc06474c564756fb4b9e3d7b76477f53c3901ac2
parenteacb5dc4871aadac965024aeab06f48362abba47 (diff)
downloadguix-41e551b2d3ea24ffd96023d1b6c3648de3aac90d.tar
guix-41e551b2d3ea24ffd96023d1b6c3648de3aac90d.tar.gz
gnu: python-pyparsing: Update home page.
* gnu/packages/python.scm (python-pyparsing)[home-page]: Update.
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 64ee4e028e..a11c7e315e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3382,7 +3382,7 @@ library, libgit2 implements Git plumbing.")
(list "docs" "htmldoc" "examples")
(list doc html-doc examples))
#t))))))
- (home-page "http://pyparsing.wikispaces.com")
+ (home-page "https://github.com/pyparsing/pyparsing")
(synopsis "Python parsing class library")
(description
"The pyparsing module is an alternative approach to creating and