postgresqlPackages.pg_repack: use clickable homepage

This commit is contained in:
Sandro 2023-03-22 00:03:59 +01:00 committed by GitHub
parent 803fcdfaff
commit ffe1c9dc0f
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;
};
}