diff mbox series

[bug#54425] home-pages renaming

Message ID 87tubx7vci.fsf@ngraves.fr
State New
Headers show
Series [bug#54425] home-pages renaming | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Nicolas Graves March 16, 2022, 3:42 p.m. UTC
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

M March 16, 2022, 4:32 p.m. UTC | #1
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.
M March 16, 2022, 4:43 p.m. UTC | #2
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.
diff mbox series

Patch

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(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a99167e9ef..5070b1f372 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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