diff mbox series

[bug#54425] Acknowledgement (home-pages renaming)

Message ID 87v8wd6gek.fsf@ngraves.fr
State New
Headers show
Series [bug#54425] Acknowledgement (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:55 p.m. UTC
help-debbugs@gnu.org (GNU bug Tracking System) writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 54425@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.

Comments

M March 16, 2022, 4:42 p.m. UTC | #1
Nicolas Graves via Guix-patches via schreef op wo 16-03-2022 om 16:55
[+0100]:
> -    (home-page "http://www.aegisub.org/")
> +    (home-page "https://github.com/Aegisub/Aegisub/")

Going by the README, it's still <http://www.aegisub.org/>, although
that is unreachable.  Could upstream be contacted?  Alternatively,
WDYT of using a copy of the site:

  ;; The website is down, so use an Internet Archive copy
  (home-page "https://web.archive.org/web/20201215063947/http://www.aegisub.org/")

Greetings,
Maxime.
diff mbox series

Patch

From f6062081d05887d582e4883a42bc8a6b09676756 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Wed, 16 Mar 2022 13:54:31 +0100
Subject: [PATCH 09/14] gnu: aegisub: update home-page url.

---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b0c5e5be1f..556e401318 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4366,7 +4366,7 @@  (define-public aegisub
            wxwidgets-gtk2))
     (native-inputs
      (list intltool desktop-file-utils pkg-config))
-    (home-page "http://www.aegisub.org/")
+    (home-page "https://github.com/Aegisub/Aegisub/")
     (synopsis "Subtitle engine")
     (description
       "Aegisub is a tool for creating and modifying subtitles.  Aegisub makes
-- 
2.34.0