wal-g: add marsam to maintainers
This commit is contained in:
parent
66b8e7d51b
commit
debeb8781c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildGoModule, fetchFromGitHub, brotli }:
|
{ lib, buildGoModule, fetchFromGitHub, brotli }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "wal-g";
|
pname = "wal-g";
|
||||||
@ -23,10 +23,10 @@ buildGoModule rec {
|
|||||||
mv $out/bin/pg $out/bin/wal-g
|
mv $out/bin/pg $out/bin/wal-g
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/wal-g/wal-g";
|
homepage = "https://github.com/wal-g/wal-g";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = licenses.asl20;
|
||||||
description = "An archival restoration tool for PostgreSQL";
|
description = "An archival restoration tool for PostgreSQL";
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = with maintainers; [ ocharles marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user