mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-load-relative: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-load-relative)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
e450373bd6
commit
ec285222e9
1 changed files with 1 additions and 1 deletions
|
@ -5913,7 +5913,7 @@ (define-public emacs-load-relative
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
|
(base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://github.com/rocky/emacs-load-relative")
|
(home-page "https://github.com/rocky/emacs-load-relative")
|
||||||
(synopsis "Emacs Lisp relative file loading related functions")
|
(synopsis "Emacs Lisp relative file loading related functions")
|
||||||
(description
|
(description
|
||||||
"Provides functions which facilitate writing multi-file Emacs packages
|
"Provides functions which facilitate writing multi-file Emacs packages
|
||||||
|
|
Loading…
Reference in a new issue