From 60f20b95491f3b9a9c7aa5bb7cda04736e07c7c8 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Sat, 12 Mar 2022 03:28:21 +0100 Subject: [PATCH] Add link to project repository to version information --- src/main/java/de/jotoho/waituntil/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/de/jotoho/waituntil/Main.java b/src/main/java/de/jotoho/waituntil/Main.java index e558d67..22d6a75 100644 --- a/src/main/java/de/jotoho/waituntil/Main.java +++ b/src/main/java/de/jotoho/waituntil/Main.java @@ -34,6 +34,7 @@ public final class Main { final var appVersion = thisPackage.getImplementationVersion() != null ? thisPackage.getImplementationVersion() : "version unknown"; System.out.println("waituntil " + appVersion); System.out.println(""" + Project Repository: https://gitea.jotoho.de/jotoho/waituntil This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the