timescaledb-parallel-copy: remove lib
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user