forked from mirrors/nixpkgs
postgresqlPackages.pg_repack: use clickable homepage
This commit is contained in:
parent
803fcdfaff
commit
ffe1c9dc0f
|
@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
|
|||
exclusive lock on the processed tables during processing. pg_repack is efficient to boot,
|
||||
with performance comparable to using CLUSTER directly.
|
||||
'';
|
||||
homepage = "https://github.com/reorg/pg_repack";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ danbst ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
inherit (src.meta) homepage;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue