Skip to content

Commit 2a98712

Browse files
committed
Change http URLs to https
1 parent 9de4ce7 commit 2a98712

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
@@ -15,7 +15,7 @@
1515

1616
<name>BigDataViewer Visualization Tools</name>
1717
<description>Helpers to use BigDataViewer as quick visualization in other projects</description>
18-
<url>http://github.com/bigdataviewer/bigdataviewer-vistools</url>
18+
<url>https://github.com/bigdataviewer/bigdataviewer-vistools</url>
1919
<inceptionYear>2016</inceptionYear>
2020
<organization>
2121
<name>BigDataViewer</name>
@@ -24,7 +24,7 @@
2424
<licenses>
2525
<license>
2626
<name>Simplified BSD License</name>
27-
<url>http://opensource.org/licenses/BSD-2-Clause</url>
27+
<url>https://opensource.org/licenses/BSD-2-Clause</url>
2828
<distribution>repo</distribution>
2929
</license>
3030
</licenses>

0 commit comments

Comments
 (0)