📚 Update README to account for org switch
This commit is contained in:
parent
7fd7c89882
commit
42d56a4bbe
2 changed files with 12 additions and 12 deletions
10
build.gradle
10
build.gradle
|
|
@ -138,7 +138,7 @@ subprojects {
|
|||
|
||||
pom {
|
||||
name = project.name
|
||||
url = 'https://github.com/Sauilitired/cloud'
|
||||
url = 'https://github.com/Incendo/cloud'
|
||||
description = project.description
|
||||
|
||||
developers {
|
||||
|
|
@ -152,7 +152,7 @@ subprojects {
|
|||
|
||||
issueManagement {
|
||||
system = 'GitHub Issues'
|
||||
url = 'https://github.com/Sauilitired/cloud/issues'
|
||||
url = 'https://github.com/Incendo/cloud/issues'
|
||||
}
|
||||
|
||||
licenses {
|
||||
|
|
@ -163,9 +163,9 @@ subprojects {
|
|||
}
|
||||
|
||||
scm {
|
||||
connection = 'scm:git@github.com:Sauilitired/cloud.git'
|
||||
developerConnection = 'scm:git@github.com:Sauilitired/cloud.git'
|
||||
url = 'https://github.com/Sauilitired/cloud/'
|
||||
connection = 'scm:git@github.com:Incendo/cloud.git'
|
||||
developerConnection = 'scm:git@github.com:Incendo/cloud.git'
|
||||
url = 'https://github.com/Incendo/cloud/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue