about summary refs log tree commit diff
path: root/pkgs/development/compilers/neko
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-06-23 04:34:55 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-06-23 04:34:55 -0700
commit0d5eb901ad99275d0c0f787957b5db81c38612b2 (patch)
tree6e18bfc2f6c2968035b193cfb3a6b5b869139c4e /pkgs/development/compilers/neko
parent59daa4fd629f7e6547bdff047d9759c353f29067 (diff)
treewide: http -> https
Diffstat (limited to 'pkgs/development/compilers/neko')
-rw-r--r--pkgs/development/compilers/neko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/neko/default.nix b/pkgs/development/compilers/neko/default.nix
index 42a585ff51f07..e2aa5736c7a3a 100644
--- a/pkgs/development/compilers/neko/default.nix
+++ b/pkgs/development/compilers/neko/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A high-level dynamically typed programming language";
-    homepage = http://nekovm.org;
+    homepage = https://nekovm.org;
     license = licenses.lgpl21;
     maintainers = [ maintainers.marcweber ];
     platforms = platforms.linux ++ platforms.darwin;