diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-10-01 06:40:31 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-02 15:40:17 +0300 |
commit | bb3b810167d9ff784770a848a6f86b0cfa9cdfd8 (patch) | |
tree | 24a049f82d8942d9a221ff4a048ad12eeea6ad10 /gnu/packages | |
parent | 6fc185bc79d1693a034bfca7100516bb19c60524 (diff) |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.") (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 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.") (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 |