diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-03-06 16:07:30 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-03-06 16:07:30 +0100 |
commit | d12d52cef8a0395603084534bd762189e0dc4f54 (patch) | |
tree | f3814f3ebc9f585eed8de704af961092420188a5 | |
parent | ea8e89292c2d8ad91de5adbc319d3d66545fb59c (diff) | |
download | guix-d12d52cef8a0395603084534bd762189e0dc4f54.tar.gz guix-d12d52cef8a0395603084534bd762189e0dc4f54.zip |
gnu: ne: Use HTTPS home page URI.
* gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 89fe797f36..59286ce033 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, |