Skip to content

Commit 180a179

Browse files
committed
Fix Libkiwix Github repository URLS
1 parent 2db5464 commit 180a179

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task writePom {
2929
version '10.0.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
3030
packaging 'aar'
3131
name 'kiwixlib'
32-
url 'https://github.com/kiwix/kiwix-lib'
32+
url 'https://github.com/kiwix/libkiwix'
3333
licenses {
3434
license {
3535
name 'GPLv3'
@@ -44,9 +44,9 @@ task writePom {
4444
}
4545
}
4646
scm {
47-
connection 'https://github.com/kiwix/kiwix-lib.git'
48-
developerConnection 'https://github.com/kiwix/kiwix-lib.git'
49-
url 'https://github.com/kiwix/kiwix-lib'
47+
connection 'https://github.com/kiwix/libkiwix.git'
48+
developerConnection 'https://github.com/kiwix/libkiwix.git'
49+
url 'https://github.com/kiwix/libkiwix'
5050
}
5151
}
5252
}.withXml {

0 commit comments

Comments
 (0)