Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 645f223

Browse files
committed
Fix website links in metadata to be http instead of https
1 parent 107feec commit 645f223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/src/main/resources/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<minor>0</minor>
88
</api>
99
<version>0.3.0</version>
10-
<website>https://codeoverflow.org</website>
10+
<website>http://codeoverflow.org</website>
1111
<sourceRepo>https://github.com/codeoverflow-org/chatoverflow-plugins</sourceRepo>
1212
<bugtracker>https://github.com/codeoverflow-org/chatoverflow/issues</bugtracker>
1313
<license>EPL-2.0</license>

testall/src/main/resources/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<minor>0</minor>
88
</api>
99
<version>0.3.0</version>
10-
<website>https://codeoverflow.org</website>
10+
<website>http://codeoverflow.org</website>
1111
<sourceRepo>https://github.com/codeoverflow-org/chatoverflow-plugins</sourceRepo>
1212
<bugtracker>https://github.com/codeoverflow-org/chatoverflow/issues</bugtracker>
1313
<license>EPL-2.0</license>

0 commit comments

Comments
 (0)