gnu: ne: Use HTTPS home page URI.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 6 Mar 2021 15:07:30 +0000 (16:07 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 6 Mar 2021 15:07:30 +0000 (16:07 +0100)
* gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI.

gnu/packages/text-editors.scm

index 89fe797..59286ce 100644 (file)
@@ -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,