From 51eb838f25eaf73cde683bbbc7bc8a248efb3036 Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Tue, 15 Sep 2026 16:56:34 -0500 Subject: [PATCH] Point META resources at the current repo location The homepage/bugtracker/repository URLs still pointed at BlueTreble, an earlier org this project moved out of before its later move to decibel and now Postgres-Extensions. Fixes #1. Co-Authored-By: Claude Sonnet 5 --- META.in.json | 8 ++++---- META.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/META.in.json b/META.in.json index 6be26e2..589fc5c 100644 --- a/META.in.json +++ b/META.in.json @@ -30,13 +30,13 @@ "tags": [ "testing", "unit test", "tests", "test data", "test factory" ], "resources": { - "homepage": "http://github.com/BlueTreble/test_factory/", + "homepage": "https://github.com/Postgres-Extensions/test_factory/", "bugtracker": { - "web": "http://github.com/BlueTreble/test_factory/issues" + "web": "https://github.com/Postgres-Extensions/test_factory/issues" }, "repository": { - "url": "git://github.com/BlueTreble/test_factory.git", - "web": "http://github.com/BlueTreble/test_factory/", + "url": "https://github.com/Postgres-Extensions/test_factory.git", + "web": "https://github.com/Postgres-Extensions/test_factory/", "type": "git" } }, diff --git a/META.json b/META.json index c8db504..20ba9eb 100644 --- a/META.json +++ b/META.json @@ -33,13 +33,13 @@ "tags": [ "testing", "unit test", "tests", "test data", "test factory" ], "resources": { - "homepage": "http://github.com/BlueTreble/test_factory/", + "homepage": "https://github.com/Postgres-Extensions/test_factory/", "bugtracker": { - "web": "http://github.com/BlueTreble/test_factory/issues" + "web": "https://github.com/Postgres-Extensions/test_factory/issues" }, "repository": { - "url": "git://github.com/BlueTreble/test_factory.git", - "web": "http://github.com/BlueTreble/test_factory/", + "url": "https://github.com/Postgres-Extensions/test_factory.git", + "web": "https://github.com/Postgres-Extensions/test_factory/", "type": "git" } },