GNU bug report logs -
#74305
[PATCH 0/2] Improve piem package
Previous Next
Reported by: Liam Hupfer <liam <at> hpfr.net>
Date: Mon, 11 Nov 2024 02:14:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 74305 <at> debbugs.gnu.org (full text, mbox):
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 7772a80192..ddd691faa3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9797,7 +9797,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
This bug report was last modified 272 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.