Skip to content

Commit 7a58cbe

Browse files
committed
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 <opensource@fthiessen.de>
1 parent 74f572d commit 7a58cbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"keywords": [
66
"nextcloud"
77
],
8-
"homepage": "https://github.com/nextcloud/nextcloud-auth#readme",
8+
"homepage": "https://github.com/nextcloud-libraries/nextcloud-auth#readme",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/nextcloud/nextcloud-auth"
11+
"url": "https://github.com/nextcloud-libraries/nextcloud-auth"
1212
},
1313
"license": "GPL-3.0-or-later",
14-
"author": "Christoph Wurst",
14+
"author": "Nextcloud GmbH and Nextcloud contributors",
1515
"type": "module",
1616
"exports": {
1717
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)