gnu: emacs-better-defaults: Update source url.
* gnu/packages/emacs-xyz.scm (emacs-better-defaults): Update source url. [url]: Update url. [home-page]: Update url. Also fixes the 404 on this page: https://guix.gnu.org/packages/emacs-better-defaults-0.1.3/ Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
932edeb3a0
commit
b94a82dcf2
|
@ -10503,14 +10503,14 @@ as Fuseki or DBPedia.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/technomancy/better-defaults")
|
(url "https://git.sr.ht/~technomancy/better-defaults")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rxznx2l0cdpiz8mad8s6q17m1fngpgb1cki7ch6yh18r3qz8ysr"))))
|
"1rxznx2l0cdpiz8mad8s6q17m1fngpgb1cki7ch6yh18r3qz8ysr"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(synopsis "Better defaults for Emacs")
|
||||||
(description
|
(description
|
||||||
"Better defaults attempts to address the most obvious deficiencies of the
|
"Better defaults attempts to address the most obvious deficiencies of the
|
||||||
|
|
Reference in New Issue