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>master
parent
46dd440234
commit
10befaafca
|
@ -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.")
|
||||
|
|
Reference in New Issue