me
/
guix
Archived
1
0
Fork 0

gnu: emacs-load-relative: Use HTTPS home page URI.

* gnu/packages/emacs-xyz.scm (emacs-load-relative)[home-page]: Use HTTPS URI.
master
Nicolas Goaziou 2020-05-27 01:59:03 +02:00
parent e450373bd6
commit ec285222e9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -5913,7 +5913,7 @@ test tags. It supports both interactive and non-interactive use.")
(sha256
(base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
(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")
(description
"Provides functions which facilitate writing multi-file Emacs packages