summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-07 00:06:26 +0700
committerBen Siraphob <bensiraphob@gmail.com>2022-01-07 09:58:36 +0700
commit0f050a1236954d26fc31eaae2803ffc0854a3e7b (patch)
treebe2850b4840df9c68028366591a7605b1ca317c4 /pkgs/development/compilers/ghcjs
parent9a58b51e6ab40f8519fadabc2786dc9a56f27c63 (diff)
treewide: replace http://github.com with https://github.com
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/8.10/stage0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghcjs/8.10/stage0.nix b/pkgs/development/compilers/ghcjs/8.10/stage0.nix
index 1cb476ab0cb6..d173d5a2e557 100644
--- a/pkgs/development/compilers/ghcjs/8.10/stage0.nix
+++ b/pkgs/development/compilers/ghcjs/8.10/stage0.nix
@@ -60,7 +60,7 @@
libraryHaskellDepends = [
base binary bytestring containers ghc-prim ghci template-haskell
];
- homepage = "http://github.com/ghcjs";
+ homepage = "https://github.com/ghcjs";
license = lib.licenses.mit;
}) {};
@@ -71,7 +71,7 @@
version = "0.1.1.0";
src = ./.;
libraryHaskellDepends = [ base ghc-prim ];
- homepage = "http://github.com/ghcjs";
+ homepage = "https://github.com/ghcjs";
license = lib.licenses.mit;
}) {};
}