diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-10-22 18:31:56 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-10-22 23:01:19 +0200 |
commit | 1b50df7d5b13921eb61bfd81787d4d5596064cc6 (patch) | |
tree | 0d6ab0d9b284a39d512ef13856e98739a8f365f3 /gnu | |
parent | cb61baf0e72e0756c3386acb0d7745c507daa3ac (diff) | |
download | guix-1b50df7d5b13921eb61bfd81787d4d5596064cc6.tar guix-1b50df7d5b13921eb61bfd81787d4d5596064cc6.tar.gz |
gnu: python-markdown: Update home page.
* gnu/packages/python.scm (python-markdown)[home-page]: Change to current.
Diffstat (limited to 'gnu')
-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 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 |