Skip to content

Commit

Permalink
repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vraník authored and Petr Vraník committed Jan 3, 2025
1 parent 06be82b commit 1d8498a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ publishing {
name = 'netatmo4j'
// optionally artifactId can be defined here
description = 'Library to call Netatmo API.'
url = 'https://github.com/konikvranik/netatmo4j'
url = 'https://github.com/SuTeren/netatmo4j'

scm {
connection = 'scm:git:https://github.com/konikvranik/netatmo4j.git'
developerConnection = 'scm:git:ssh:[email protected]:konikvranik/netatmo4j.git'
url = 'https://github.com/konikvranik/netatmo4j/'
connection = 'scm:git:https://github.com/SuTeren/netatmo4j.git'
developerConnection = 'scm:git:ssh:[email protected]:SuTeren/netatmo4j.git'
url = 'https://github.com/SuTeren/netatmo4j/'
}

licenses {
Expand Down

0 comments on commit 1d8498a

Please sign in to comment.