guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: branch master updated: gnu: emacs-web-mode: Use HTTPS home page URI.
Date: Sat, 27 Feb 2021 11:34:29 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8e60f3  gnu: emacs-web-mode: Use HTTPS home page URI.
a8e60f3 is described below

commit a8e60f372da99c2d93caaafc5cf3b434410eba29
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 27 17:33:54 2021 +0100

    gnu: emacs-web-mode: Use HTTPS home page URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-web-mode)[home-page]: Use HTTPS URI.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4d2e908..02acb82 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9544,7 +9544,7 @@ client/server side engines).  Web mode is compatible with 
many template
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]