treewide: use https for github URIs

This commit is contained in:
Pavol Rusnak
2021-04-17 17:59:08 +02:00
parent d89513b96a
commit 29bb19258a
9 changed files with 9 additions and 9 deletions

View File

@@ -108,7 +108,7 @@
base binary bytestring containers ghc-prim ghci-ghcjs
template-haskell-ghcjs
];
homepage = "http://github.com/ghcjs";
homepage = "https://github.com/ghcjs";
license = lib.licenses.mit;
}) {};