treewide: replace http://github.com with https://github.com

+5 -5
+2 -2
pkgs/development/compilers/ghcjs/8.10/stage0.nix
··· 60 60 libraryHaskellDepends = [ 61 61 base binary bytestring containers ghc-prim ghci template-haskell 62 62 ]; 63 - homepage = "http://github.com/ghcjs"; 63 + homepage = "https://github.com/ghcjs"; 64 64 license = lib.licenses.mit; 65 65 }) {}; 66 66 ··· 71 71 version = "0.1.1.0"; 72 72 src = ./.; 73 73 libraryHaskellDepends = [ base ghc-prim ]; 74 - homepage = "http://github.com/ghcjs"; 74 + homepage = "https://github.com/ghcjs"; 75 75 license = lib.licenses.mit; 76 76 }) {}; 77 77 }
+1 -1
pkgs/development/misc/haskell/hasura/pool.nix
··· 17 17 vector 18 18 ]; 19 19 testHaskellDepends = [ base hspec ]; 20 - homepage = "http://github.com/bos/pool"; 20 + homepage = "https://github.com/bos/pool"; 21 21 description = "A high-performance striped resource pooling implementation"; 22 22 license = lib.licenses.bsd3; 23 23 maintainers = with lib.maintainers; [ lassulus ];
+1 -1
pkgs/servers/monitoring/grafana-image-renderer/package.json
··· 5 5 "license": "Apache-2.0", 6 6 "repository": { 7 7 "type": "git", 8 - "url": "http://github.com/grafana/grafana-image-renderer.git" 8 + "url": "https://github.com/grafana/grafana-image-renderer.git" 9 9 }, 10 10 "scripts": { 11 11 "eslint": "eslint . --ext .ts",
+1 -1
pkgs/tools/archivers/unzoo/default.nix
··· 35 35 ''; 36 36 37 37 meta = with lib; { 38 - homepage = "http://github.com/museoa/unzoo/"; 38 + homepage = "https://github.com/museoa/unzoo/"; 39 39 description = "Manipulate archives of files in Zoo compressed form"; 40 40 license = licenses.publicDomain; 41 41 maintainers = with maintainers; [ AndersonTorres ];