mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
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:
parent
d97c8553b3
commit
a8e60f372d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue