From 7a58cbe6f8ec8c5c5527fd8698f8b1cbdb5eadbe Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 14 Apr 2026 16:49:34 +0200 Subject: [PATCH] chore: use correct package metadata - The library is located in nextcloud-libraries organization. - Author for our libraries is "Nextcloud GmbH and Nextcloud contributors", individual contributors are listed in AUTHORS.md Signed-off-by: Ferdinand Thiessen --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 364d93f..17712fc 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "keywords": [ "nextcloud" ], - "homepage": "https://github.com/nextcloud/nextcloud-auth#readme", + "homepage": "https://github.com/nextcloud-libraries/nextcloud-auth#readme", "repository": { "type": "git", - "url": "https://github.com/nextcloud/nextcloud-auth" + "url": "https://github.com/nextcloud-libraries/nextcloud-auth" }, "license": "GPL-3.0-or-later", - "author": "Christoph Wurst", + "author": "Nextcloud GmbH and Nextcloud contributors", "type": "module", "exports": { "types": "./dist/index.d.ts",