We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7677397 commit 0556380Copy full SHA for 0556380
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>github-api</artifactId>
5
<version>2.0-alpha-4-SNAPSHOT</version>
6
<name>GitHub API for Java</name>
7
- <url>https://github-api.kohsuke.org/</url>
+ <url>https://hub4j.github.io/github-api/</url>
8
<description>GitHub API for Java</description>
9
10
<scm>
@@ -873,6 +873,11 @@
873
<id>kohsuke</id>
874
<email>kk@kohsuke.org</email>
875
</developer>
876
+ <developer>
877
+ <name>Liam Newman</name>
878
+ <id>bitwiseman</id>
879
+ <email>bitwiseman@gmail.com</email>
880
+ </developer>
881
</developers>
882
883
</project>
0 commit comments