summary refs log tree commit diff
path: root/pkgs/development/tools/database/timescaledb-parallel-copy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/database/timescaledb-parallel-copy/default.nix')
-rw-r--r--pkgs/development/tools/database/timescaledb-parallel-copy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/database/timescaledb-parallel-copy/default.nix b/pkgs/development/tools/database/timescaledb-parallel-copy/default.nix
index 3c9f9c54dd3..166cda52a3d 100644
--- a/pkgs/development/tools/database/timescaledb-parallel-copy/default.nix
+++ b/pkgs/development/tools/database/timescaledb-parallel-copy/default.nix
@@ -18,7 +18,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "Bulk, parallel insert of CSV records into PostgreSQL";
-    homepage    = https://github.com/timescale/timescaledb-parallel-copy;
+    homepage    = "https://github.com/timescale/timescaledb-parallel-copy";
     license     = licenses.asl20;
     platforms   = platforms.unix;
     maintainers = with maintainers; [ thoughtpolice ];