mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-scratch-el: Update source and homepage.
* gnu/packages/emacs-xyz.scm (emacs-scratch-el)[source, homepage]: Update URL. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
6fc185bc79
commit
bb3b810167
1 changed files with 2 additions and 2 deletions
|
@ -18465,7 +18465,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ieure/scratch-el")
|
(url "https://codeberg.org/emacs-weirdware/scratch")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -18484,7 +18484,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
|
||||||
(string-append (assoc-ref outputs "out")
|
(string-append (assoc-ref outputs "out")
|
||||||
"/share/info"))
|
"/share/info"))
|
||||||
#t)))))
|
#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")
|
(synopsis "Create scratch buffers with the same mode as current buffer")
|
||||||
(description "Scratch is an extension to Emacs that enables one to create
|
(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
|
scratch buffers that are in the same mode as the current buffer. This is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue