This commit is contained in:
Ben Siraphob 2022-01-07 00:06:26 +07:00
parent 9a58b51e6a
commit 0f050a1236
No known key found for this signature in database
GPG key ID: 45F0E5D788143267
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -17,7 +17,7 @@ mkDerivation {
vector vector
]; ];
testHaskellDepends = [ base hspec ]; testHaskellDepends = [ base hspec ];
homepage = "http://github.com/bos/pool"; homepage = "https://github.com/bos/pool";
description = "A high-performance striped resource pooling implementation"; description = "A high-performance striped resource pooling implementation";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ lassulus ]; maintainers = with lib.maintainers; [ lassulus ];

View file

@ -5,7 +5,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/grafana/grafana-image-renderer.git" "url": "https://github.com/grafana/grafana-image-renderer.git"
}, },
"scripts": { "scripts": {
"eslint": "eslint . --ext .ts", "eslint": "eslint . --ext .ts",

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://github.com/museoa/unzoo/"; homepage = "https://github.com/museoa/unzoo/";
description = "Manipulate archives of files in Zoo compressed form"; description = "Manipulate archives of files in Zoo compressed form";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];