about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authorZoey de Souza Pessanha <zoey.spessanha@outlook.com>2022-02-07 12:56:03 -0300
committerGitHub <noreply@github.com>2022-02-07 16:56:03 +0100
commit21e7625d6854a95d1ecb4e463a7f1e52513ad7b4 (patch)
tree4b21431cd1d2f50c410e6b447cf8ee1b7ebb6f5f /pkgs/development/tools/earthly
parentcb648f080dba0fd0b953686c43b0ce05d0ed9ef2 (diff)
downloadnixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.tar
nixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.tar.gz
nixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.tar.bz2
nixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.tar.lz
nixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.tar.xz
nixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.tar.zst
nixlib-21e7625d6854a95d1ecb4e463a7f1e52513ad7b4.zip
bloomrpc: init at 1.5.3 (#120292)
Co-authored-by: Matheus de Souza Pessanha <matheus_pessanha2001@outlook.com>
Diffstat (limited to 'pkgs/development/tools/earthly')
-rw-r--r--pkgs/development/tools/earthly/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix
index a18b3b67fdc1..2d3a7b61929a 100644
--- a/pkgs/development/tools/earthly/default.nix
+++ b/pkgs/development/tools/earthly/default.nix
@@ -37,6 +37,6 @@ buildGoModule rec {
     homepage = "https://earthly.dev/";
     changelog = "https://github.com/earthly/earthly/releases/tag/v${version}";
     license = licenses.bsl11;
-    maintainers = with maintainers; [ matdsoupe ];
+    maintainers = with maintainers; [ zoedsoupe ];
   };
 }