tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
garage: add myself as maintainer
teutat3s
3 years ago
56ab9dd7
91242146
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
garage
default.nix
+1
-1
pkgs/tools/filesystems/garage/default.nix
···
45
45
description = "S3-compatible object store for small self-hosted geo-distributed deployments";
46
46
homepage = "https://garagehq.deuxfleurs.fr";
47
47
license = lib.licenses.agpl3Only;
48
48
-
maintainers = with lib.maintainers; [ nickcao _0x4A6F ];
48
48
+
maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s ];
49
49
};
50
50
}