summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-12-10 20:11:09 -0600
committerLudovic Courtès <ludo@gnu.org>2023-01-08 16:11:46 +0100
commit10befaafca7ca5acd07b1b46920bc28076bcb5a3 (patch)
tree3c15887201631ea6677d0deb891d2ca3c69d3590
parent46dd4402344996f206a6d3d9d765cb6626b4eae6 (diff)
gnu: python-proselint: Use official home page URL.
* gnu/packages/python-xyz.scm (python-proselint): [home-page]: Use official home page URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe82775cea..8e503b2e44 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18089,7 +18089,7 @@ characters, mouse support, and auto suggestions.")
(setenv "HOME" "/tmp"))))))
(propagated-inputs
(list python-click python-future python-six))
- (home-page "https://github.com/amperser/proselint")
+ (home-page "http://proselint.com/")
(synopsis "Linter for prose")
(description "@code{python-proselint} is a linter for English prose, that
scans through a file and detects issues.")