Author: Kevin Chevreuil - Kaisen <kaisen@kaisenlinux.org>

--- yq-4.43.1.orig/cmd/version.go
+++ yq-4.43.1/cmd/version.go
@@ -25,7 +25,7 @@ const ProductName = "yq"
 // GetVersionDisplay composes the parts of the version in a way that's suitable
 // for displaying to humans.
 func GetVersionDisplay() string {
-	return fmt.Sprintf("yq (https://github.com/mikefarah/yq/) version %s\n", getHumanVersion())
+	return fmt.Sprintf("%s\n", getHumanVersion())
 }
 
 func getHumanVersion() string {
