unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56687] [PATCH] gnu: emacs-better-defaults: Update source url.
@ 2022-07-22  1:58 jgart via Guix-patches via
  2022-08-25 10:25 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-07-22  1:58 UTC (permalink / raw)
  To: 56687; +Cc: jgart

Also fixes the 404 on this page:
https://guix.gnu.org/packages/emacs-better-defaults-0.1.3/

* gnu/packages/emacs-xyz.scm (emacs-better-defaults): Update source url.
[url]: Update url.
[home-page]: Update url.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 312cb58b28..fa72f6c480 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10502,14 +10502,14 @@ (define-public emacs-better-defaults
      (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://github.com/technomancy/better-defaults")
+              (url "https://git.sr.ht/~technomancy/better-defaults")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
          "1rxznx2l0cdpiz8mad8s6q17m1fngpgb1cki7ch6yh18r3qz8ysr"))))
     (build-system emacs-build-system)
-    (home-page "https://github.com/technomancy/better-defaults")
+    (home-page "https://git.sr.ht/~technomancy/better-defaults")
     (synopsis "Better defaults for Emacs")
     (description
      "Better defaults attempts to address the most obvious deficiencies of the
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#56687] [PATCH] gnu: emacs-better-defaults: Update source url.
  2022-07-22  1:58 [bug#56687] [PATCH] gnu: emacs-better-defaults: Update source url jgart via Guix-patches via
@ 2022-08-25 10:25 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-08-25 10:25 UTC (permalink / raw)
  To: 56687; +Cc: jgart, 56687-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> Also fixes the 404 on this page:
> https://guix.gnu.org/packages/emacs-better-defaults-0.1.3/

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-25 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  1:58 [bug#56687] [PATCH] gnu: emacs-better-defaults: Update source url jgart via Guix-patches via
2022-08-25 10:25 ` Nicolas Goaziou

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).