[bug#54425] home-pages renaming
Commit Message
I recently discovered repology.org and has seen that it lists broken
home-pages links.
Would take some time to fix everything, but here is a series of patches
for some.
Nicolas
Comments
Nicolas Graves via Guix-patches via schreef op wo 16-03-2022 om 16:42
[+0100]:
> I recently discovered repology.org and has seen that it lists
> broken home-pages links.
FWIW, this information should be available from "guix lint" as well:
$ guix lint -c 'home-page' clementine akonadi
> gnu/packages/kde-pim.scm:108:15: akonadi@20.04.1: URI https://kontact.kde.org/components/akonadi.html kon niet bereikt worden: 404 ("Not Found")
It does not report 'clementine' though. Going by
((invalid-http-response gnutls-error)
;; Probably a misbehaving server; ignore.
#f)
and what my web browser reports (translated: ‘Secured connection
failed, PR_END_OF_FILE_ERROR’), I guess it's a gnutls-error.
Perhaps 'gnutls-error' should be reported as well?
Greetings,
Maxime.
Nicolas Graves via Guix-patches via schreef op wo 16-03-2022 om 16:42
[+0100]:
> I recently discovered repology.org and has seen that it lists broken
> home-pages links.
>
> Would take some time to fix everything, but here is a series of patches
> for some.
Aside from aegisub LGTM.
Greetings,
Maxime.
From 0e5e713d57636363b2dd0ca75a193a4397cfbd39 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Wed, 16 Mar 2022 13:11:53 +0100
Subject: [PATCH 01/14] gnu: clementine: update home-page url.
---
gnu/packages/music.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -452,7 +452,7 @@ (define-public clementine
sqlite
sparsehash
taglib))
- (home-page "https://clementine-player.org")
+ (home-page "https://www.clementine-player.org")
(synopsis "Music player and library organizer")
(description "Clementine is a multiplatform music player. It is inspired
by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and
--
2.34.0