1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +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:
Nicolas Goaziou 2024-10-15 08:53:51 +02:00
parent ba2f4fa9c4
commit d5c5b2a73b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4058,7 +4058,7 @@ installed on your machine and launch it.")
(mkdir-p server) (mkdir-p server)
(copy-recursively "alchemist-server" server) (copy-recursively "alchemist-server" server)
(delete-file-recursively (string-append server "/test")))))))) (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") (synopsis "Elixir tooling integration into Emacs")
(description (description
"This package brings you all the Elixir tooling and power inside your Emacs "This package brings you all the Elixir tooling and power inside your Emacs