Skip to content

Commit

Permalink
fix remaining github links
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jun 3, 2023
1 parent d41edb7 commit 99ca517
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions LavalinkServer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ publishing {
pom {
name.set("Lavalink Server")
description.set("Lavalink Server")
url.set("https://github.com/freyacodes/lavalink")
url.set("https://github.com/lavalink-devs/lavalink")

licenses {
license {
Expand All @@ -147,9 +147,9 @@ publishing {
}

scm {
connection.set("scm:git:ssh://github.com/freyacodes/lavalink.git")
developerConnection.set("scm:git:ssh://github.com/freyacodes/lavalink.git")
url.set("https://github.com/freyacodes/lavalink")
connection.set("scm:git:ssh://github.com/lavalink-devs/lavalink.git")
developerConnection.set("scm:git:ssh://github.com/lavalink-devs/lavalink.git")
url.set("https://github.com/lavalink-devs/lavalink")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ version: "3.8"

services:
lavalink:
image: ghcr.io/freyacodes/lavalink:3 # pin the image version to Lavalink v3
image: ghcr.io/lavalink-devs/lavalink:3 # pin the image version to Lavalink v3
container_name: lavalink
restart: unless-stopped
environment:
Expand Down
8 changes: 4 additions & 4 deletions plugin-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publishing {
pom {
name.set("Lavalink Plugin API")
description.set("API for Lavalink plugin development")
url.set("https://github.com/freyacodes/lavalink")
url.set("https://github.com/lavalink-devs/lavalink")

licenses {
license {
Expand All @@ -59,9 +59,9 @@ publishing {
}

scm {
connection.set("scm:git:ssh://github.com/freyacodes/lavalink.git")
developerConnection.set("scm:git:ssh://github.com/freyacodes/lavalink.git")
url.set("https://github.com/freyacodes/lavalink")
connection.set("scm:git:ssh://github.com/lavalink-devs/lavalink.git")
developerConnection.set("scm:git:ssh://github.com/lavalink-devs/lavalink.git")
url.set("https://github.com/lavalink-devs/lavalink")
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ publishing {
pom {
name.set("Lavalink Protocol")
description.set("Protocol for Lavalink Client development")
url.set("https://github.com/freyacodes/lavalink")
url.set("https://github.com/lavalink-devs/lavalink")

licenses {
license {
Expand All @@ -51,9 +51,9 @@ publishing {
}

scm {
connection.set("scm:git:ssh://github.com/freyacodes/lavalink.git")
developerConnection.set("scm:git:ssh://github.com/freyacodes/lavalink.git")
url.set("https://github.com/freyacodes/lavalink")
connection.set("scm:git:ssh://github.com/lavalink-devs/lavalink.git")
developerConnection.set("scm:git:ssh://github.com/lavalink-devs/lavalink.git")
url.set("https://github.com/lavalink-devs/lavalink")
}
}
}
Expand Down

0 comments on commit 99ca517

Please sign in to comment.