From 16b6ee36080a21416b53e0392a3aacac13656ba3 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 21 May 2017 17:53:39 +0200 Subject: [PATCH] nano: use https for meta.homepage The http variant is a permanent redirect to https --- pkgs/applications/editors/nano/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix index cbc0f39463a..78d3953a96b 100644 --- a/pkgs/applications/editors/nano/default.nix +++ b/pkgs/applications/editors/nano/default.nix @@ -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; [