about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2021-08-22 10:25:09 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2021-08-22 10:25:09 +0900
commitd72da4088431070c917a13bea2ac0b31f06a4afa (patch)
treefb932e8dd8b8affdc1358420188d4f28d77d55d6 /pkgs/development/misc
parentc091b809cac3f099d01c9d01d6031c8b180d4d9d (diff)
downloadnixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.tar
nixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.tar.gz
nixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.tar.bz2
nixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.tar.lz
nixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.tar.xz
nixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.tar.zst
nixlib-d72da4088431070c917a13bea2ac0b31f06a4afa.zip
hasura-graphql-engine: add lassulus as maintainer for all dependencies
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/haskell/hasura/ci-info.nix1
-rw-r--r--pkgs/development/misc/haskell/hasura/ekg-core.nix1
-rw-r--r--pkgs/development/misc/haskell/hasura/ekg-json.nix1
-rw-r--r--pkgs/development/misc/haskell/hasura/graphql-parser.nix1
-rw-r--r--pkgs/development/misc/haskell/hasura/pg-client.nix1
-rw-r--r--pkgs/development/misc/haskell/hasura/pool.nix1
-rwxr-xr-xpkgs/development/misc/haskell/hasura/update.sh12
7 files changed, 12 insertions, 6 deletions
diff --git a/pkgs/development/misc/haskell/hasura/ci-info.nix b/pkgs/development/misc/haskell/hasura/ci-info.nix
index ce16c9c17f0a..21b78ca76b34 100644
--- a/pkgs/development/misc/haskell/hasura/ci-info.nix
+++ b/pkgs/development/misc/haskell/hasura/ci-info.nix
@@ -21,4 +21,5 @@ mkDerivation {
   prePatch = "hpack";
   homepage = "https://github.com/hasura/ci-info-hs#readme";
   license = lib.licenses.mit;
+  maintainers = with lib.maintainers; [ lassulus ];
 }
diff --git a/pkgs/development/misc/haskell/hasura/ekg-core.nix b/pkgs/development/misc/haskell/hasura/ekg-core.nix
index 5fa8a21aa4ec..6a9b1157021e 100644
--- a/pkgs/development/misc/haskell/hasura/ekg-core.nix
+++ b/pkgs/development/misc/haskell/hasura/ekg-core.nix
@@ -30,4 +30,5 @@ mkDerivation {
   homepage = "https://github.com/tibbe/ekg-core";
   description = "Tracking of system metrics";
   license = lib.licenses.bsd3;
+  maintainers = with lib.maintainers; [ lassulus ];
 }
diff --git a/pkgs/development/misc/haskell/hasura/ekg-json.nix b/pkgs/development/misc/haskell/hasura/ekg-json.nix
index 0225ee6e7832..e115e2c40b9d 100644
--- a/pkgs/development/misc/haskell/hasura/ekg-json.nix
+++ b/pkgs/development/misc/haskell/hasura/ekg-json.nix
@@ -18,4 +18,5 @@ mkDerivation {
   homepage = "https://github.com/tibbe/ekg-json";
   description = "JSON encoding of ekg metrics";
   license = lib.licenses.bsd3;
+  maintainers = with lib.maintainers; [ lassulus ];
 }
diff --git a/pkgs/development/misc/haskell/hasura/graphql-parser.nix b/pkgs/development/misc/haskell/hasura/graphql-parser.nix
index f8cee5fe2c10..0033584a1593 100644
--- a/pkgs/development/misc/haskell/hasura/graphql-parser.nix
+++ b/pkgs/development/misc/haskell/hasura/graphql-parser.nix
@@ -29,4 +29,5 @@ mkDerivation {
   homepage = "https://github.com/hasura/graphql-parser-hs";
   description = "A native Haskell GraphQL parser";
   license = lib.licenses.bsd3;
+  maintainers = with lib.maintainers; [ lassulus ];
 }
diff --git a/pkgs/development/misc/haskell/hasura/pg-client.nix b/pkgs/development/misc/haskell/hasura/pg-client.nix
index 0f1d9a8cf943..d1eb5e156e6c 100644
--- a/pkgs/development/misc/haskell/hasura/pg-client.nix
+++ b/pkgs/development/misc/haskell/hasura/pg-client.nix
@@ -32,4 +32,5 @@ mkDerivation {
   ];
   homepage = "https://github.com/hasura/platform";
   license = lib.licenses.bsd3;
+  maintainers = with lib.maintainers; [ lassulus ];
 }
diff --git a/pkgs/development/misc/haskell/hasura/pool.nix b/pkgs/development/misc/haskell/hasura/pool.nix
index 72127ad8d326..a12d61f0fe21 100644
--- a/pkgs/development/misc/haskell/hasura/pool.nix
+++ b/pkgs/development/misc/haskell/hasura/pool.nix
@@ -20,4 +20,5 @@ mkDerivation {
   homepage = "http://github.com/bos/pool";
   description = "A high-performance striped resource pooling implementation";
   license = lib.licenses.bsd3;
+  maintainers = with lib.maintainers; [ lassulus ];
 }
diff --git a/pkgs/development/misc/haskell/hasura/update.sh b/pkgs/development/misc/haskell/hasura/update.sh
index c1744d5fdbfc..77a5d5fc6dea 100755
--- a/pkgs/development/misc/haskell/hasura/update.sh
+++ b/pkgs/development/misc/haskell/hasura/update.sh
@@ -40,42 +40,42 @@ echo "Running cabal2nix and outputting to ${parser_derivation_file}..."
 echo "# This has been automatically generated by the script" > "$parser_derivation_file"
 echo "# ./update.sh.  This should not be changed by hand." >> "$parser_derivation_file"
 
-cabal2nix "https://github.com/hasura/graphql-parser-hs.git" >> "$parser_derivation_file"
+cabal2nix --maintainer lassulus "https://github.com/hasura/graphql-parser-hs.git" >> "$parser_derivation_file"
 
 echo "Running cabal2nix and outputting to ${ciinfo_derivation_file}..."
 
 echo "# This has been automatically generated by the script" > "$ciinfo_derivation_file"
 echo "# ./update.sh.  This should not be changed by hand." >> "$ciinfo_derivation_file"
 
-cabal2nix "https://github.com/hasura/ci-info-hs.git" >> "$ciinfo_derivation_file"
+cabal2nix --maintainer lassulus "https://github.com/hasura/ci-info-hs.git" >> "$ciinfo_derivation_file"
 
 echo "Running cabal2nix and outputting to ${pgclient_derivation_file}..."
 
 echo "# This has been automatically generated by the script" > "$pgclient_derivation_file"
 echo "# ./update.sh.  This should not be changed by hand." >> "$pgclient_derivation_file"
 
-cabal2nix "https://github.com/hasura/pg-client-hs.git" >> "$pgclient_derivation_file"
+cabal2nix --maintainer lassulus "https://github.com/hasura/pg-client-hs.git" >> "$pgclient_derivation_file"
 
 echo "Running cabal2nix and outputting to ${pool_derivation_file}..."
 
 echo "# This has been automatically generated by the script" > "$pool_derivation_file"
 echo "# ./update.sh.  This should not be changed by hand." >> "$pool_derivation_file"
 
-cabal2nix "https://github.com/hasura/pool.git" >> "$pool_derivation_file"
+cabal2nix --maintainer lassulus "https://github.com/hasura/pool.git" >> "$pool_derivation_file"
 
 echo "Running cabal2nix and outputting to ${ekgcore_derivation_file}..."
 
 echo "# This has been automatically generated by the script" > "$ekgcore_derivation_file"
 echo "# ./update.sh.  This should not be changed by hand." >> "$ekgcore_derivation_file"
 
-cabal2nix "https://github.com/hasura/ekg-core.git" >> "$ekgcore_derivation_file"
+cabal2nix --maintainer lassulus "https://github.com/hasura/ekg-core.git" >> "$ekgcore_derivation_file"
 
 echo "Running cabal2nix and outputting to ${ekgjson_derivation_file}..."
 
 echo "# This has been automatically generated by the script" > "$ekgjson_derivation_file"
 echo "# ./update.sh.  This should not be changed by hand." >> "$ekgjson_derivation_file"
 
-cabal2nix "https://github.com/hasura/ekg-json.git" >> "$ekgjson_derivation_file"
+cabal2nix --maintainer lassulus "https://github.com/hasura/ekg-json.git" >> "$ekgjson_derivation_file"
 
 echo "###################"
 echo "please update pkgs/servers/hasura/cli.nix vendorSha256"