diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 14:00:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 15:03:49 +0200 |
commit | 41e551b2d3ea24ffd96023d1b6c3648de3aac90d (patch) | |
tree | dc06474c564756fb4b9e3d7b76477f53c3901ac2 | |
parent | eacb5dc4871aadac965024aeab06f48362abba47 (diff) | |
download | gnu-guix-41e551b2d3ea24ffd96023d1b6c3648de3aac90d.tar gnu-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.scm | 2 |
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 |