guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59957] [PATCH] gnu: python-proselint: Use official home page URL.


From: jgart
Subject: [bug#59957] [PATCH] gnu: python-proselint: Use official home page URL.
Date: Sat, 10 Dec 2022 20:11:09 -0600

* gnu/packages/python-xyz.scm (python-proselint):
[home-page]: Use official home page URL.
---
 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 b830ade9ca..ec51896660 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17980,7 +17980,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.")
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]