gnu: praat: Use HTTPS home page URI.
* gnu/packages/language.scm (praat)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
a359b807e1
commit
1cbc8f5f8a
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ noun phrases, verb phrases, etc.).")
|
||||||
("publesaudio" ,pulseaudio)))
|
("publesaudio" ,pulseaudio)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "Doing phonetics by computer")
|
||||||
(description "Praat is a tool to perform phonetics tasks. It can do speech
|
(description "Praat is a tool to perform phonetics tasks. It can do speech
|
||||||
analysis (pitch, formant, intensity, ...), speech synthesis, labelling, segmenting
|
analysis (pitch, formant, intensity, ...), speech synthesis, labelling, segmenting
|
||||||
|
|
Reference in a new issue