[PATCH] gnu: emacs-scratch-el: Update source and homepage.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221001044031.29995-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-scratch-el)[source, homepage]: Update URL.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d9d0d6a8f..93ad1a6fbf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18465,7 +18465,7 @@ (define-public emacs-scratch-el
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/ieure/scratch-el")
+ (url "https://codeberg.org/emacs-weirdware/scratch")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -18484,7 +18484,7 @@ (define-public emacs-scratch-el
(string-append (assoc-ref outputs "out")
"/share/info"))
#t)))))
- (home-page "https://github.com/ieure/scratch-el/")
+ (home-page "https://codeberg.org/emacs-weirdware/scratch")
(synopsis "Create scratch buffers with the same mode as current buffer")
(description "Scratch is an extension to Emacs that enables one to create
scratch buffers that are in the same mode as the current buffer. This is
--
2.37.3
Efraim Flashner wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 58212-done@debbugs.gnu.org)
YznU4uoB4I+lq3LM@3900XT
Thanks. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmM51OIACgkQQarn3Mo9
g1EIEg/+K++XchuobKS4xtP3rJGb345rHOTmzmJh1/e/LJs+W6uIog12/4FL8bWV
zEGElAqBEsIYEf/pxPztjFg/sOy1VuDRtaPyOU6I7jxBOqefjAbUbRsynTfhijXx
3aGyrKWxeBmDhkTVMmXAT0QIUImmC7v/LovK56X1UdSyELytdJhNahBBWE1DnmHH
JVsSrO0+kYkSGMGo7MQFb7SWihs+PMNRU12nxmDUjlvo1IoF2S9nfUywqiB9DGoX
pKc70ncVVmRT8uJMyY34qzXGDCdxfKl3npYxKSTItoEmlMMNjiJvgY3JV4XQrSn1
rRGPiNzwMIYf6Vj2cGR3PIJfd5c6icx95w0eX7TVmYcyP2PcvaQp1EwAPyq3i+NB
kYkPXZKoyxObZbkQoY4Q1C/DiEdCY6KyTbd097s14zEpUM3jNm3zgo1qgyaiSxNi
TrYcRvk9kVrUk0jNSGeZT/1xsEiS3aTUnsSbkuIiOSmHXWDVcMrCGihaSax1a5dx
rd6ZXVj/Ys0ufRw7GEdRxULz1i5LeFHxtrmBohOJ97RmYxx+3V68ae/tBSS2Acj3
ji3h/W/+gwgnU4pnopFdjgITV3RtQItNOW2BWQONOuuhUxmsLtzZiRVqicXjgnWx
HW28MBCP8/lR+Y0mrkLhOQyx683B62A6Om1oBoEwNFLiARu40XU=
=CmEt
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58212@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58212
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help