guix-commits
[Top][All Lists]
Advanced

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

54/59: gnu: hunspell, mythes: Update home page.


From: guix-commits
Subject: 54/59: gnu: hunspell, mythes: Update home page.
Date: Tue, 29 Nov 2022 16:08:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a95ec3ef07b07130885c06465bd29e3d540de05a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 20 01:00:07 2022 +0100

    gnu: hunspell, mythes: Update home page.
    
    * gnu/packages/libreoffice.scm (hunspell, mythes)[home-page]: Update.
    Use HTTPS.
---
 gnu/packages/libreoffice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 898fee133e..2103aec5a0 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -992,7 +992,7 @@ spell-checking library.")
     (build-system gnu-build-system)
     (inputs
      (list perl))
-    (home-page "http://hunspell.sourceforge.net/";)
+    (home-page "https://hunspell.github.io/";)
     (synopsis "Hyphenation library")
     (description "Hyphen is a hyphenation library using TeX hyphenation
 patterns, which are pre-processed by a perl script.")
@@ -1063,7 +1063,7 @@ spell-checking library.")
      (list pkg-config))
     (inputs
      (list hunspell perl))
-    (home-page "http://hunspell.sourceforge.net/";)
+    (home-page "https://hunspell.github.io/";)
     (synopsis "Thesaurus")
     (description "MyThes is a simple thesaurus that uses a structured text
 data file and an index file with binary search to look up words and phrases



reply via email to

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