garage: add myself as maintainer

This commit is contained in:
teutat3s
2022-11-07 15:16:02 +01:00
parent 91242146f5
commit 56ab9dd70c
+1 -1
View File
@@ -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 ];
};
}