diff mbox series

[bug#50479] Update home-page for ghc-pandoc-types

Message ID 20210908172637.2cfa5e8c@ens-lyon.fr
State Accepted
Headers show
Series [bug#50479] Update home-page for ghc-pandoc-types | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Alice BRENON Sept. 8, 2021, 3:26 p.m. UTC
Hi Guix,

Trying to find examples of values for the home-page field in large
packages with library dependencies that were developed specifically as
part of the project, I stumbled upon the fact that ghc-pandoc-types had
the old page for pandoc, https://johnmacfarlane.net/pandoc as
home-page, whereas ghc-pandoc, added after, has the new
https://pandoc.org/. Given the fact that the former now redirects to
the latter, I suppose it would be more consistent to update it in
ghc-pandoc-type's definition. The redirect is only a 302, not a 301, but
I suppose it's a mistake given the content of the URL which seem to
indicate it's meant to point to "the site of the pandoc project".

I hope I'm not wasting your time for such a small change, but I thought
that while I was at it, since it's the kind of detail that can go
unnoticed for a long time it was better to fix it.

Alice

Comments

Arun Isaac Sept. 9, 2021, 4:04 p.m. UTC | #1
Hi Alice,

Welcome to Guix! :-) Thank for catching this! I have pushed your patch
to master after adding a copyright header for you and simplifying the
commit message.

> I hope I'm not wasting your time for such a small change, but I thought
> that while I was at it, since it's the kind of detail that can go
> unnoticed for a long time it was better to fix it.

No worries, all patches are welcome! :-)

Cheers!
Arun
diff mbox series

Patch

From 690a2bf8de20ad563dfdf48068ea7c9a0df10908 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Wed, 8 Sep 2021 16:48:02 +0200
Subject: [PATCH] gnu: ghc-pandoc-types: Update home-page

* gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update home-page to
  the new project page to which the previous one now redirects.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c12f97802e..c9bb248c09 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9765,7 +9765,7 @@  version = Version [~a] []
        ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
        ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
        ("ghc-hunit" ,ghc-hunit)))
-    (home-page "https://johnmacfarlane.net/pandoc")
+    (home-page "https://pandoc.org")
     (synopsis "Types for representing a structured document")
     (description
      "This module defines the @code{Pandoc} data structure, which is used by
-- 
2.33.0