gnu: ne: Use HTTPS home page URI.
* gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI.master
parent
ea8e89292c
commit
d12d52cef8
|
@ -1047,7 +1047,7 @@ card. It offers:
|
||||||
(substitute* "src/makefile"
|
(substitute* "src/makefile"
|
||||||
(("-lcurses") "-lncurses"))
|
(("-lcurses") "-lncurses"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://ne.di.unimi.it/")
|
(home-page "https://ne.di.unimi.it/")
|
||||||
(synopsis "Text editor with menu bar")
|
(synopsis "Text editor with menu bar")
|
||||||
(description "This package provides a modeless text editor with menu bar.
|
(description "This package provides a modeless text editor with menu bar.
|
||||||
It supports syntax highlighting, regular expressions, configurable menus,
|
It supports syntax highlighting, regular expressions, configurable menus,
|
||||||
|
|
Reference in New Issue