From 26c270c23fca789618eacf4858cfdd680bf1ec82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Le=20Calvar?= Date: Sat, 6 May 2023 18:05:39 +0200 Subject: [PATCH] update public repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e23bd84..bce1a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-plugin-hardware-transcode-vaapi", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration", "engine": { @@ -10,9 +10,9 @@ "peertube", "plugin" ], - "homepage": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi", + "homepage": "https://github.com/TheoLeCalvar/peertube-plugin-hardware-transcode-vaapi", "author": "gdsn", - "bugs": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi", + "bugs": "https://github.com/TheoLeCalvar/peertube-plugin-hardware-transcode-vaapi", "library": "./dist/main.js", "staticDirs": {}, "css": [],