aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/nano/default.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-05-21 17:53:39 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-05-21 18:08:13 +0200
commit16b6ee36080a21416b53e0392a3aacac13656ba3 (patch)
treeaa923031c57e6b32da2453d7c2ab0bd20f8b66a4 /pkgs/applications/editors/nano/default.nix
parent881385dbcbfbf0552ea427a864a71174e08b0a52 (diff)
nano: use https for meta.homepage
The http variant is a permanent redirect to https
Diffstat (limited to '')
-rw-r--r--pkgs/applications/editors/nano/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index cbc0f39463a9..78d3953a96b2 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; [