From 06dbecddf21550bcb58a9c692daf3293671e53fd Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Sun, 18 Oct 2020 09:01:14 +0200 Subject: [PATCH] Changes URLs to current --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23a6d3e..a752322 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,14 @@ "atom": "*", "node": "*" }, - "homepage": "http://github.com/perl6/atom-language-perl6/", + "homepage": "http://github.com/Raku/atom-language-perl6/", "repository": { "type": "git", - "url": "https://github.com/perl6/atom-language-perl6.git" + "url": "https://github.com/Raku/atom-language-perl6.git" }, "license": "MIT", "bugs": { - "url": "https://github.com/perl6/atom-language-perl6/issues" + "url": "https://github.com/Raku/atom-language-perl6/issues" }, "devDependencies": { "coffeelint": "^1.10.1"