nano: use https for meta.homepage

The http variant is a permanent redirect to https
This commit is contained in:
Joachim Fasting 2017-05-21 17:53:39 +02:00
parent 881385dbcb
commit 16b6ee3608
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -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; [