X Tutup
Skip to content

Commit 00b37df

Browse files
committed
Update scm
1 parent a4742cf commit 00b37df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Most of these wrappers are created automatically by JNAerator.
7878
</mailingLists>
7979

8080
<scm>
81-
<connection>scm:git:git@github.com:ochafik/nativelibs4java.git</connection>
82-
<developerConnection>scm:git:git@github.com:ochafik/nativelibs4java.git</developerConnection>
83-
<url>git@github.com:ochafik/nativelibs4java.git</url>
81+
<connection>scm:git:git@github.com:nativelibs4java/nativelibs4java.git</connection>
82+
<developerConnection>scm:git:git@github.com:nativelibs4java/nativelibs4java.git</developerConnection>
83+
<url>git@github.com:nativelibs4java/nativelibs4java.git</url>
8484
</scm>
8585

8686
<build>
@@ -335,7 +335,7 @@ Most of these wrappers are created automatically by JNAerator.
335335

336336
<issueManagement>
337337
<system>github</system>
338-
<url>https://github.com/ochafik/nativelibs4java/issues</url>
338+
<url>https://github.com/nativelibs4java/nativelibs4java/issues</url>
339339
</issueManagement>
340340

341341
<!--distributionManagement>

0 commit comments

Comments
 (0)
X Tutup