timescaledb-parallel-copy: remove lib

This commit is contained in:
emaryn
2025-02-21 22:22:21 +08:00
parent f2acf15f1d
commit 0aec71b4f1
@@ -10,18 +10,18 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "timescale";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HxaGKJnLZjPPJXoccAx0XUsCrZiG09c40zeSbHYXm04=";
repo = "timescaledb-parallel-copy";
tag = "v${version}";
hash = "sha256-HxaGKJnLZjPPJXoccAx0XUsCrZiG09c40zeSbHYXm04=";
};
vendorHash = "sha256-muxtr80EjnRoHG/TCEQwrBwlnARsfqWoYlR0HavMe6U=";
meta = with lib; {
meta = {
description = "Bulk, parallel insert of CSV records into PostgreSQL";
mainProgram = "timescaledb-parallel-copy";
homepage = "https://github.com/timescale/timescaledb-parallel-copy";
license = licenses.asl20;
maintainers = with maintainers; [ thoughtpolice ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ thoughtpolice ];
};
}