From 9d4b8cb4873e0f2e5a42b014f64d1d7447792438 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 19 Sep 2023 08:18:27 +0000 Subject: [PATCH] Added nextcloud source url --- source-urls.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source-urls.json b/source-urls.json index b835cd8..6c88835 100644 --- a/source-urls.json +++ b/source-urls.json @@ -77,6 +77,10 @@ { "packageNames": ["quay.io/oauth2-proxy/oauth2-proxy"], "sourceUrl": "https://github.com/oauth2-proxy/oauth2-proxy" + }, + { + "packageNames": ["nextcloud"], + "sourceUrl": "https://github.com/nextcloud/server/" } ] }