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:
Morgan Smith 2023-01-10 20:27:47 -05:00 committed by Ludovic Courtès
parent 287e282236
commit c5586ceee8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 3 additions and 4 deletions

View file

@ -29556,7 +29556,7 @@ advice system without dropping support for Emacs<24.4.")
(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.")