Skip to content

Commit 0e4e027

Browse files
committed
fix repository url
1 parent 3a1cc20 commit 0e4e027

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414

1515
<name>UnixStream</name>
1616
<description>UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way</description>
17-
<url>https://github.com/benas/UnixStream</url>
17+
<url>https://github.com/benas/unix-stream</url>
1818

1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
</properties>
2222

2323
<scm>
24-
<url>[email protected]:benas/UnixStream.git</url>
25-
<connection>scm:git:[email protected]:benas/UnixStream.git</connection>
26-
<developerConnection>scm:git:[email protected]:benas/UnixStream.git</developerConnection>
24+
<url>[email protected]:benas/unix-stream.git</url>
25+
<connection>scm:git:[email protected]:benas/unix-stream.git</connection>
26+
<developerConnection>scm:git:[email protected]:benas/unix-stream.git</developerConnection>
2727
<tag>HEAD</tag>
2828
</scm>
2929

3030
<ciManagement>
3131
<system>Travis CI</system>
32-
<url>https://travis-ci.org/benas/UnixStream</url>
32+
<url>https://travis-ci.org/benas/unix-stream</url>
3333
</ciManagement>
3434

3535
<issueManagement>
3636
<system>GitHub</system>
37-
<url>https://github.com/benas/UnixStream/issues</url>
37+
<url>https://github.com/benas/unix-stream/issues</url>
3838
</issueManagement>
3939

4040
<developers>

0 commit comments

Comments
 (0)