mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 {
|
||||
pname = "wal-g";
|
||||
@ -23,10 +23,10 @@ buildGoModule rec {
|
||||
mv $out/bin/pg $out/bin/wal-g
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/wal-g/wal-g";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
license = licenses.asl20;
|
||||
description = "An archival restoration tool for PostgreSQL";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
maintainers = with maintainers; [ ocharles marsam ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user