From c9a2c384199345d5914d9170733b765d385c4631 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 8 Jul 2024 14:53:05 +0200 Subject: [PATCH 1/2] fix: correct repo URLs Signed-off-by: Andy Scherzinger --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89b63fe..7fdd317 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "GPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/nextcloud/nextcloud-typings" + "url": "https://github.com/nextcloud-libraries/nextcloud-typings" }, "dependencies": { "@types/jquery": "3.5.16" From 47cdc25968a87518584bb04c7f94a7e2e69393db Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 8 Jul 2024 14:53:51 +0200 Subject: [PATCH 2/2] docs: add reuse badge Signed-off-by: Andy Scherzinger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 532637d..c8453aa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - SPDX-License-Identifier: GPL-3.0-or-later --> # @nextcloud/typings +[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud-libraries/nextcloud-typings)](https://api.reuse.software/info/github.com/nextcloud-libraries/nextcloud-typings) [![NPM package](https://img.shields.io/npm/v/@nextcloud/typings?style=for-the-badge)](https://www.npmjs.com/package/@nextcloud/typings) [![License](https://img.shields.io/npm/l/@nextcloud/typings?color=green&style=for-the-badge)](https://github.com/nextcloud/nextcloud-typings/blob/master/LICENSE) [![Open issues](https://img.shields.io/github/issues-raw/nextcloud/nextcloud-typings?style=for-the-badge)](https://github.com/nextcloud/nextcloud-typings/issues)