From 10befaafca7ca5acd07b1b46920bc28076bcb5a3 Mon Sep 17 00:00:00 2001 From: jgart Date: Sat, 10 Dec 2022 20:11:09 -0600 Subject: [PATCH] gnu: python-proselint: Use official home page URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-xyz.scm (python-proselint): [home-page]: Use official home page URL. Signed-off-by: Ludovic Courtès --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")