chore: remove authors from rust, kotlin, and python libraries

This commit is contained in:
thunderbiscuit
2023-11-17 15:52:12 -05:00
parent 084f0f713a
commit 5ecbf64e60
4 changed files with 2 additions and 26 deletions

View File

@@ -80,18 +80,6 @@ afterEvaluate {
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
}
}
developers {
developer {
id.set("notmandatory")
name.set("Steve Myers")
email.set("notmandatory@noreply.github.org")
}
developer {
id.set("artfuldev")
name.set("Sudarsan Balaji")
email.set("sudarsan.balaji@artfuldev.com")
}
}
scm {
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")