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

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