unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alice BRENON <alice.brenon@ens-lyon.fr>
To: 50479@debbugs.gnu.org
Subject: [bug#50479] [PATCH] Update home-page for ghc-pandoc-types
Date: Wed, 8 Sep 2021 17:26:37 +0200	[thread overview]
Message-ID: <20210908172637.2cfa5e8c@ens-lyon.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 877 bytes --]

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

[-- Attachment #2: 0001-gnu-ghc-pandoc-types-Update-home-page.patch --]
[-- Type: text/x-patch, Size: 1098 bytes --]

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


             reply	other threads:[~2021-09-08 15:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 15:26 Alice BRENON [this message]
2021-09-09 16:04 ` bug#50479: [PATCH] Update home-page for ghc-pandoc-types Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210908172637.2cfa5e8c@ens-lyon.fr \
    --to=alice.brenon@ens-lyon.fr \
    --cc=50479@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).