Skip to content
Snippets Groups Projects
Unverified Commit ec285222 authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

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

* gnu/packages/emacs-xyz.scm (emacs-load-relative)[home-page]: Use HTTPS URI.
parent e450373b
No related branches found
No related tags found
No related merge requests found
......@@ -5913,7 +5913,7 @@ (define-public emacs-load-relative
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment