all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liam Hupfer <liam@hpfr.net>
To: 74305@debbugs.gnu.org
Cc: Liam Hupfer <liam@hpfr.net>, Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74305] [PATCH v2 2/2] gnu: emacs-piem: Canonicalize home-page URL.
Date: Thu, 14 Nov 2024 23:54:22 -0600	[thread overview]
Message-ID: <fcb64e7810cb030a45ce7f27a46a66d2b8c581a4.1731649950.git.liam@hpfr.net> (raw)
In-Reply-To: <cover.1731649950.git.liam@hpfr.net>

guix lint warns about a permanent redirect.

* gnu/packages/emacs-xyz.scm (emacs-piem): Canonicalize home-page URL.

Change-Id: I8362436789a7e4736fc4572963a817b3532ca58a
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 39f43824b8..850c22863b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9798,7 +9798,7 @@ (define-public emacs-piem
            emacs-debbugs
            emacs-elfeed
            emacs-notmuch))
-    (home-page "https://docs.kyleam.com/piem")
+    (home-page "https://docs.kyleam.com/piem/")
     (synopsis "Glue for working with public-inbox archives")
     (description "This package provides a collection of Emacs libraries for
 working with public-inbox archives.  As much of the hard work here is already
-- 
2.46.0





      parent reply	other threads:[~2024-11-15  5:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-11  2:13 [bug#74305] [PATCH 0/2] Improve piem package Liam Hupfer
2024-11-11  2:52 ` [bug#74305] [PATCH 1/2] gnu: emacs-piem: Build Info manual Liam Hupfer
2024-11-13 23:38   ` [bug#74305] [PATCH 0/2] Improve piem package Noé Lopez via Guix-patches via
2024-11-11  2:52 ` [bug#74305] [PATCH 2/2] gnu: emacs-piem: Canonicalize home-page URL Liam Hupfer
2024-11-15  5:54 ` [bug#74305] [PATCH v2 0/2] Improve piem package Liam Hupfer
2024-11-15  5:54   ` [bug#74305] [PATCH v2 1/2] gnu: emacs-piem: Build Info manual Liam Hupfer
2024-11-15  5:54   ` Liam Hupfer [this message]

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

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

  git send-email \
    --in-reply-to=fcb64e7810cb030a45ce7f27a46a66d2b8c581a4.1731649950.git.liam@hpfr.net \
    --to=liam@hpfr.net \
    --cc=74305@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.