nano: use https for meta.homepage
The http variant is a permanent redirect to https
This commit is contained in:
parent
881385dbcb
commit
16b6ee3608
@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.nano-editor.org/;
|
||||
homepage = https://www.nano-editor.org/;
|
||||
description = "A small, user-friendly console text editor";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
|
Loading…
Reference in New Issue
Block a user