From 12fb7db298be06b295b245753c3939c8313c21d3 Mon Sep 17 00:00:00 2001 From: Ian Stanton Date: Wed, 12 Jul 2023 08:32:53 -0400 Subject: [PATCH] Update invalid categories --- contrib/ltree_plpython/Trunk.toml | 2 +- contrib/seg/Trunk.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ltree_plpython/Trunk.toml b/contrib/ltree_plpython/Trunk.toml index a490f64c..7222bd4b 100644 --- a/contrib/ltree_plpython/Trunk.toml +++ b/contrib/ltree_plpython/Trunk.toml @@ -6,7 +6,7 @@ license = "PostgreSQL" description = "Transforms the ltree type for the PL/Python language." homepage = "https://www.postgresql.org" documentation = "https://www.postgresql.org/docs/current/ltree.html" -categories = "Data/Tranformations" +categories = ["data_transformations"] [build] postgres_version = "15" diff --git a/contrib/seg/Trunk.toml b/contrib/seg/Trunk.toml index b902923a..210d94c0 100644 --- a/contrib/seg/Trunk.toml +++ b/contrib/seg/Trunk.toml @@ -6,7 +6,7 @@ license = "PostgreSQL" description = "Data type seg for representing line segments, or floating point intervals." homepage = "https://www.postgresql.org" documentation = "https://www.postgresql.org/docs/current/seg.html" -categories = "Data/Transformamtions" +categories = ["data_transformations"] [build] postgres_version = "15"