summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/garage
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2022-11-07 15:16:02 +0100
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2022-11-07 15:16:02 +0100
commit56ab9dd70c4b2ec2d030ab72398c4fbba551b290 (patch)
treef0fe42017de1b5a7785b53c9db95e9a28d927f0a /pkgs/tools/filesystems/garage
parent91242146f55ca72ebbbbbe532ae0b48198e8d786 (diff)
garage: add myself as maintainer
Diffstat (limited to 'pkgs/tools/filesystems/garage')
-rw-r--r--pkgs/tools/filesystems/garage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix
index 13184afe73ce..bdb04e36a633 100644
--- a/pkgs/tools/filesystems/garage/default.nix
+++ b/pkgs/tools/filesystems/garage/default.nix
@@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
description = "S3-compatible object store for small self-hosted geo-distributed deployments";
homepage = "https://garagehq.deuxfleurs.fr";
license = lib.licenses.agpl3Only;
- maintainers = with lib.maintainers; [ nickcao _0x4A6F ];
+ maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s ];
};
}