We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcfdbe commit 8c69489Copy full SHA for 8c69489
src/main/java/de/doubleslash/keeptime/common/Licenses.java
@@ -37,7 +37,7 @@ public enum Licenses {
37
38
FONTAWESOME("./licenses/Fontawesome Icons — CC BY 4.0 License.txt",
39
"Fontawesome Icons — CC BY 4.0 License ",
40
- " https://github.com/FortAwesome/Font-Awesome/blob/6.x/LICENSE.txt");
+ "http://creativecommons.org/licenses/by/4.0/");
41
42
43
private final String path;
0 commit comments