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>
This commit is contained in:
jgart 2022-12-10 20:11:09 -06:00 committed by Ludovic Courtès
parent 46dd440234
commit 10befaafca
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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.")