summary refs log tree commit diff
path: root/pkgs/applications/misc/lilyterm
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-04-30 20:03:23 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-04-30 21:39:20 -0700
commit038a0c9a603166eada74e930859ccd7e0197f78d (patch)
tree1d9eee7d9b628428a1a8b5929f91d5e63135f93e /pkgs/applications/misc/lilyterm
parent47b25136b19c57a9baf32bd13b5e6511ea8d8d97 (diff)
downloadnixlib-038a0c9a603166eada74e930859ccd7e0197f78d.tar
nixlib-038a0c9a603166eada74e930859ccd7e0197f78d.tar.gz
nixlib-038a0c9a603166eada74e930859ccd7e0197f78d.tar.bz2
nixlib-038a0c9a603166eada74e930859ccd7e0197f78d.tar.lz
nixlib-038a0c9a603166eada74e930859ccd7e0197f78d.tar.xz
nixlib-038a0c9a603166eada74e930859ccd7e0197f78d.tar.zst
nixlib-038a0c9a603166eada74e930859ccd7e0197f78d.zip
treewide: http to https
Diffstat (limited to 'pkgs/applications/misc/lilyterm')
-rw-r--r--pkgs/applications/misc/lilyterm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/lilyterm/default.nix b/pkgs/applications/misc/lilyterm/default.nix
index 36527cdbe7c3..662ca9761fb2 100644
--- a/pkgs/applications/misc/lilyterm/default.nix
+++ b/pkgs/applications/misc/lilyterm/default.nix
@@ -15,7 +15,7 @@ let
     then rec {
         version = "0.9.9.4";
         src = fetchurl {
-          url = "http://lilyterm.luna.com.tw/file/lilyterm-${version}.tar.gz";
+          url = "https://lilyterm.luna.com.tw/file/lilyterm-${version}.tar.gz";
           sha256 = "0x2x59qsxq6d6xg5sd5lxbsbwsdvkwqlk17iw3h4amjg3m1jc9mp";
         };
       }
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     longDescription = ''
       LilyTerm is a terminal emulator based off of libvte that aims to be fast and lightweight.
     '';
-    homepage = http://lilyterm.luna.com.tw/;
+    homepage = https://lilyterm.luna.com.tw/;
     license = licenses.gpl3;
     maintainers = with maintainers; [ AndersonTorres Profpatsch ];
     platforms = platforms.linux;