From e853a5aaff5f42c5fae2fea9b7e5566730c8c558 Mon Sep 17 00:00:00 2001 From: masukomi Date: Sat, 4 Feb 2023 17:04:24 -0500 Subject: [PATCH] updated url in Changes and META6 --- Changes | 5 +++++ META6.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 7f7ddc7..1142b8d 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,11 @@ ADDED CHANGED - CLI::Graphing::BarChart is now Terminal::Graphing::BarChart +- Changed repo URL + https://github.com/masukomi/CLI-Graphing-BarChart.git + is now + https://github.com/masukomi/Terminal-Graphing-BarChart.git + Version number bumped to 2.0.0 because the namespace change is a breaking change. diff --git a/META6.json b/META6.json index 7155496..56f13b6 100644 --- a/META6.json +++ b/META6.json @@ -20,9 +20,10 @@ }, "resources": [ ], - "source-url": "https://github.com/masukomi/CLI-Graphing-BarChart.git", + "source-url": "https://github.com/masukomi/Terminal-Graphing-BarChart", "tags": [ "cli", + "terminal", "graphing" ], "test-depends": [