gnu: emacs-web-mode: Use HTTPS home page URI.

* gnu/packages/emacs-xyz.scm (emacs-web-mode)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-27 17:33:54 +01:00
parent d97c8553b3
commit a8e60f372d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9544,7 +9544,7 @@ (define-public emacs-web-mode
engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
Dust.js, React/JSX, Angularjs, ejs, etc.")
(home-page "http://web-mode.org/")
(home-page "https://web-mode.org/")
(license license:gpl3+)))
(define-public emacs-templatel