Update GithubService URLs
This commit is contained in:
parent
654be79ccd
commit
ce15aa14fd
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ Singleton {
|
||||||
Process {
|
Process {
|
||||||
id: versionProcess
|
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 {
|
stdout: StdioCollector {
|
||||||
onStreamFinished: {
|
onStreamFinished: {
|
||||||
|
|
@ -139,7 +139,7 @@ Singleton {
|
||||||
Process {
|
Process {
|
||||||
id: contributorsProcess
|
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 {
|
stdout: StdioCollector {
|
||||||
onStreamFinished: {
|
onStreamFinished: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue