From 1090bf95f4ff9e1a7979affd89b3d5cbe119343e Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Wed, 6 Mar 2024 07:07:15 -0600 Subject: [PATCH] Correct Meta info for the final repo location --- META6.json | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/META6.json b/META6.json index f75ecbc..8831a36 100644 --- a/META6.json +++ b/META6.json @@ -20,10 +20,10 @@ "raku": null, "resources": [ ], - "source-url": "https://github.com/tbrowder/File-Temp.git", + "source-url": "https://github.com/raku-community-modules/raku-File-Temp.git", "support": { - "bugtracker": "https://github.com/rbt/raku-File-Temp/issues", - "source": "https://github.com/rbt/raku-File-Temp.git" + "bugtracker": "https://github.com/raku-community-modules/raku-File-Temp/issues", + "source-url": "https://github.com/raku-community-modules/raku-File-Temp.git" }, "tags": [ "file tempfile tempdir" diff --git a/README.md b/README.md index 16f757d..59c48f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Actions Status](https://github.com/tbrowder/File-Temp/actions/workflows/linux.yml/badge.svg)](https://github.com/tbrowder/File-Temp/actions) [![Actions Status](https://github.com/tbrowder/File-Temp/actions/workflows/macos.yml/badge.svg)](https://github.com/tbrowder/File-Temp/actions) [![Actions Status](https://github.com/tbrowder/File-Temp/actions/workflows/windows.yml/badge.svg)](https://github.com/tbrowder/File-Temp/actions) +[![Actions Status](https://github.com/raku-community-modules/File-Temp/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/File-Temp/actions) [![Actions Status](https://github.com/raku-community-modules/File-Temp/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/File-Temp/actions) [![Actions Status](https://github.com/raku-community-modules/File-Temp/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/File-Temp/actions) NAME ====