gnu: ne: Use HTTPS home page URI.

* gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-03-06 16:07:30 +01:00
parent ea8e89292c
commit d12d52cef8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1047,7 +1047,7 @@ (define-public ne
(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,