summary refs log tree commit diff
path: root/pkgs/applications/editors
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
parent881385dbcbfbf0552ea427a864a71174e08b0a52 (diff)
downloadnixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.tar
nixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.tar.gz
nixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.tar.bz2
nixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.tar.lz
nixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.tar.xz
nixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.tar.zst
nixlib-16b6ee36080a21416b53e0392a3aacac13656ba3.zip
nano: use https for meta.homepage
The http variant is a permanent redirect to https
Diffstat (limited to 'pkgs/applications/editors')
-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; [