We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdd38a commit c4cb9c4Copy full SHA for c4cb9c4
nix/wal-g.nix
@@ -53,6 +53,6 @@ buildGoModule rec {
53
license = licenses.asl20;
54
description = "Archival restoration tool for PostgreSQL";
55
mainProgram = "wal-g";
56
- maintainers = [ ];
+ maintainers = [ samrose ];
57
};
58
}
0 commit comments