[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Fix home-page typos
From: |
guix-commits |
Subject: |
06/11: gnu: Fix home-page typos |
Date: |
Thu, 19 Jan 2023 11:57:17 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit c5586ceee8de2edd52ce9bdf90f5f8b6339a02d5
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Tue Jan 10 20:27:47 2023 -0500
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>
---
gnu/packages/accessibility.scm | 2 +-
gnu/packages/emacs-xyz.scm | 2 +-
gnu/packages/gstreamer.scm | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index f9750256b6..63f06f7460 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -348,4 +348,4 @@ CONFIG_SPEAKUP=m
@item
CONFIG_SPEAKUP_SOFT=m
@end itemize")
- (home-page "ttps://github.com/linux-speakup/espeakup")))
+ (home-page "https://github.com/linux-speakup/espeakup")))
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a12272d8a9..9edb88049b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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.")
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 916ab2e990..ecaf291d6f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -356,8 +356,7 @@ playback by a single audio device. You can also pre-load
samples, and play them
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.
- branch master updated (26bb41d6d5 -> 3846ceec4e), guix-commits, 2023/01/19
- 01/11: gnu: guile-next: Add '.tarball-version' file to get correct version., guix-commits, 2023/01/19
- 03/11: gnu: gnulib: Refer to "gcc" as provided via implicit package inputs., guix-commits, 2023/01/19
- 07/11: gnu: python-greenlet: Update to 2.0.1., guix-commits, 2023/01/19
- 06/11: gnu: Fix home-page typos,
guix-commits <=
- 04/11: gnu: nettle: Fix mingw cross-compilation., guix-commits, 2023/01/19
- 05/11: gnu: hledger: Install documentation., guix-commits, 2023/01/19
- 02/11: gnu: guile-next: Really depend on self., guix-commits, 2023/01/19
- 09/11: gnu: python-eventlet: Manage broken tests with nosetests., guix-commits, 2023/01/19
- 08/11: gnu: python-gevent: Update to 22.10.2., guix-commits, 2023/01/19
- 11/11: gnu: Add petri-foo., guix-commits, 2023/01/19
- 10/11: gnu: python-eventlet: Exclude broken test., guix-commits, 2023/01/19