guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: python-proselint: Use official home page URL.


From: guix-commits
Subject: 09/11: gnu: python-proselint: Use official home page URL.
Date: Sun, 8 Jan 2023 10:14:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 10befaafca7ca5acd07b1b46920bc28076bcb5a3
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Dec 10 20:11:09 2022 -0600

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



reply via email to

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