mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 06:30:36 +02:00
gnu: emacs-alchemist: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-alchemist)[home-page]: Use HTTPS URI. Change-Id: I577bc27a198ec1fb150af2134051d2164d4bd4de
This commit is contained in:
@@ -4058,7 +4058,7 @@ installed on your machine and launch it.")
|
||||
(mkdir-p server)
|
||||
(copy-recursively "alchemist-server" server)
|
||||
(delete-file-recursively (string-append server "/test"))))))))
|
||||
(home-page "http://www.github.com/tonini/alchemist.el")
|
||||
(home-page "https://www.github.com/tonini/alchemist.el")
|
||||
(synopsis "Elixir tooling integration into Emacs")
|
||||
(description
|
||||
"This package brings you all the Elixir tooling and power inside your Emacs
|
||||
|
||||
Reference in New Issue
Block a user