guix-commits
[Top][All Lists]
Advanced

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

02/87: gnu: festival: Use HTTPS home page URI.


From: guix-commits
Subject: 02/87: gnu: festival: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 25b92e27fd124e0f957b4b1a96e0099a8648e981
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:04:34 2021 +0100

    gnu: festival: Use HTTPS home page URI.
    
    * gnu/packages/speech.scm (festival)[home-page]: Use HTTPS URI.
---
 gnu/packages/speech.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 4c9d3cf..687a3c1 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -544,7 +544,7 @@ be used by the sighted.")
            (sha256
             (base32
              "1k2xh13miyv48gh06rgsq2vj25xwj7z6vwq9ilsn8i7ig3nrgzg4"))))))
-    (home-page "http://www.cstr.ed.ac.uk/projects/festival/";)
+    (home-page "https://www.cstr.ed.ac.uk/projects/festival/";)
     (synopsis "Speech synthesis system")
     (description "Festival offers a general framework for building speech
 synthesis systems as well as including examples of various modules.  As a



reply via email to

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