summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-10-22 18:31:56 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-10-22 23:01:19 +0200
commit1b50df7d5b13921eb61bfd81787d4d5596064cc6 (patch)
tree0d6ab0d9b284a39d512ef13856e98739a8f365f3 /gnu/packages/python.scm
parentcb61baf0e72e0756c3386acb0d7745c507daa3ac (diff)
downloadguix-patches-1b50df7d5b13921eb61bfd81787d4d5596064cc6.tar
guix-patches-1b50df7d5b13921eb61bfd81787d4d5596064cc6.tar.gz
gnu: python-markdown: Update home page.
* gnu/packages/python.scm (python-markdown)[home-page]: Change to current.
Diffstat (limited to 'gnu/packages/python.scm')
-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 c39a53d8d9..b95774e9f7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6046,7 +6046,7 @@ Python.")
(native-inputs
`(("python-nose" ,python-nose)
("python-pyyaml" ,python-pyyaml)))
- (home-page "https://pythonhosted.org/Markdown/")
+ (home-page "https://python-markdown.github.io/")
(synopsis "Python implementation of Markdown")
(description
"This package provides a Python implementation of John Gruber's