Skip to content

Commit 8c69489

Browse files
ddamkeddamke
authored andcommitted
change wrong url
1 parent 7dcfdbe commit 8c69489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/doubleslash/keeptime/common/Licenses.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public enum Licenses {
3737

3838
FONTAWESOME("./licenses/Fontawesome Icons — CC BY 4.0 License.txt",
3939
"Fontawesome Icons — CC BY 4.0 License ",
40-
" https://github.com/FortAwesome/Font-Awesome/blob/6.x/LICENSE.txt");
40+
"http://creativecommons.org/licenses/by/4.0/");
4141

4242

4343
private final String path;

0 commit comments

Comments
 (0)