mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Fix home-page typos
* gnu/packages/accessibility.scm (espeakup): ttps -> https * gnu/packages/emacs-xyz.scm (emacs-soap-client): httpa -> https * gnu/packages/gstreamer.scm (esounds): Remove newline Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
287e282236
commit
c5586ceee8
3 changed files with 3 additions and 4 deletions
|
@ -348,4 +348,4 @@ (define-public espeakup
|
|||
@item
|
||||
CONFIG_SPEAKUP_SOFT=m
|
||||
@end itemize")
|
||||
(home-page "ttps://github.com/linux-speakup/espeakup")))
|
||||
(home-page "https://github.com/linux-speakup/espeakup")))
|
||||
|
|
|
@ -29556,7 +29556,7 @@ (define-public emacs-soap-client
|
|||
(sha256
|
||||
(base32 "0ajv6l1p8dinnlybwzvv4c2i6291is6isjxb2h4apg27g66qbcki"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "httpa://elpa.gnu.org/packages/soap-client.html")
|
||||
(home-page "https://elpa.gnu.org/packages/soap-client.html")
|
||||
(synopsis "Access SOAP web services")
|
||||
(description
|
||||
"This package provides a SOAP client to access web services.")
|
||||
|
|
|
@ -356,8 +356,7 @@ (define-public esound
|
|||
back without having to send all the data for the sound. Network transparency is
|
||||
also built in, so you can play sounds on one machine, and listen to them on
|
||||
another.")
|
||||
(home-page "https://web.archive.org/web/20160528230227/
|
||||
http://www.tux.org/~ricdude/overview.html")
|
||||
(home-page "https://web.archive.org/web/20160528230227/http://www.tux.org/~ricdude/overview.html")
|
||||
(license
|
||||
(list
|
||||
;; Libraries.
|
||||
|
|
Loading…
Reference in a new issue