Merge pull request #222434 from SuperSandro2000/SuperSandro2000-patch-1

postgresqlPackages.pg_repack: use clickable homepage
This commit is contained in:
Mario Rodas 2023-03-21 20:49:48 -05:00 committed by GitHub
commit b63385ad1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}