Skip to content

Commit 0dca2f7

Browse files
committed
fix: fix GIT url
1 parent d254b11 commit 0dca2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
</developers>
4343

4444
<scm>
45-
<connection>scm:git:ssh://git@github.com/osslabz/electrum-client.git</connection>
46-
<developerConnection>scm:git:ssh://git@github.com/osslabz/electrum-client.git</developerConnection>
45+
<connection>scm:git:https://github.com/osslabz/electrum-client.git</connection>
46+
<developerConnection>scm:git:https://github.com/osslabz/electrum-client.git</developerConnection>
4747
<url>https://github.com/osslabz/electrum-client</url>
4848
<tag>main</tag>
4949
</scm>

0 commit comments

Comments
 (0)