Unverified Commit 56ab9dd7 authored by teutat3s's avatar teutat3s
Browse files

garage: add myself as maintainer

parent 91242146
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}