Skip to content

Commit

Permalink
build: Fixed github org
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 19, 2024
1 parent 4b3e105 commit 2b586e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ config {
tags = ['redis', 'modules', 'stack', 'java', 'client', 'spring']

links {
website = "https://github.com/redis-developer/${project.rootProject.name}"
issueTracker = "https://github.com/redis-developer/${project.rootProject.name}/issues"
scm = "https://github.com/redis-developer/${project.rootProject.name}.git"
website = "https://github.com/redis/${project.rootProject.name}"
issueTracker = "https://github.com/redis/${project.rootProject.name}/issues"
scm = "https://github.com/redis/${project.rootProject.name}.git"
}

scm {
url = "https://github.com/redis-developer/${project.rootProject.name}"
connection = "scm:git:https://github.com/redis-developer/${project.rootProject.name}.git"
developerConnection = "scm:git:[email protected]:redis-developer/${project.rootProject.name}.git"
url = "https://github.com/redis/${project.rootProject.name}"
connection = "scm:git:https://github.com/redis/${project.rootProject.name}.git"
developerConnection = "scm:git:[email protected]:redis/${project.rootProject.name}.git"
}

specification {
Expand Down

0 comments on commit 2b586e1

Please sign in to comment.