From d43609c8776bd8b1d73b7aa00da5aaf84ad7ad9b Mon Sep 17 00:00:00 2001 From: Ravi Tmg Date: Fri, 30 Sep 2022 14:34:34 +0545 Subject: [PATCH] Update package.js --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.js b/package.js index a360220..ee56d44 100644 --- a/package.js +++ b/package.js @@ -3,7 +3,7 @@ Package.describe({ name: 'leaonline:oauth2-server', version: '4.2.1', summary: 'Node OAuth2 Server (v4) with Meteor bindings', - git: 'https://github.com/ravitmg/oauth2-server.git' + git: 'https://github.com/leaonline/oauth2-server.git' }) Package.onUse(function (api) {