guix-commits
[Top][All Lists]
Advanced

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

29/87: gnu: praat: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 1cbc8f5f8ace8c7344c4a21e4dd8421ac4644675
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:22:28 2021 +0100

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

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 93e125d..651b230 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -1363,7 +1363,7 @@ noun phrases, verb phrases, etc.).")
        ("publesaudio" ,pulseaudio)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://www.fon.hum.uva.nl/praat/";)
+    (home-page "https://www.fon.hum.uva.nl/praat/";)
     (synopsis "Doing phonetics by computer")
     (description "Praat is a tool to perform phonetics tasks.  It can do speech
 analysis (pitch, formant, intensity, ...), speech synthesis, labelling, 
segmenting



reply via email to

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