mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
46dd440234
commit
10befaafca
1 changed files with 1 additions and 1 deletions
|
@ -18089,7 +18089,7 @@ (define-public python-proselint
|
|||
(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.")
|
||||
|
|
Loading…
Reference in a new issue