From ce15aa14fd40e68fe713e56f19ae963808627afb Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 17 Aug 2025 15:30:57 +0200 Subject: [PATCH] Update GithubService URLs --- Services/GitHubService.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/GitHubService.qml b/Services/GitHubService.qml index d0159f7..522ca80 100644 --- a/Services/GitHubService.qml +++ b/Services/GitHubService.qml @@ -107,7 +107,7 @@ Singleton { Process { id: versionProcess - command: ["curl", "-s", "https://api.github.com/repos/Ly-sec/Noctalia/releases/latest"] + command: ["curl", "-s", "https://api.github.com/repos/noctalia-dev/noctalia-shell/releases/latest"] stdout: StdioCollector { onStreamFinished: { @@ -139,7 +139,7 @@ Singleton { Process { id: contributorsProcess - command: ["curl", "-s", "https://api.github.com/repos/Ly-sec/Noctalia/contributors?per_page=100"] + command: ["curl", "-s", "https://api.github.com/repos/noctalia-dev/noctalia-shell/contributors?per_page=100"] stdout: StdioCollector { onStreamFinished: {