guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ne: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: ne: Use HTTPS home page URI.
Date: Sat, 06 Mar 2021 10:07:52 -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 d12d52c  gnu: ne: Use HTTPS home page URI.
d12d52c is described below

commit d12d52cef8a0395603084534bd762189e0dc4f54
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Mar 6 16:07:30 2021 +0100

    gnu: ne: Use HTTPS home page URI.
    
    * gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI.
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 89fe797..59286ce 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1047,7 +1047,7 @@ card.  It offers:
              (substitute* "src/makefile"
               (("-lcurses") "-lncurses"))
              #t)))))
-    (home-page "http://ne.di.unimi.it/";)
+    (home-page "https://ne.di.unimi.it/";)
     (synopsis "Text editor with menu bar")
     (description "This package provides a modeless text editor with menu bar.
 It supports syntax highlighting, regular expressions, configurable menus,



reply via email to

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