[utilities/vail] /: GIT_SILENT Fix repository url in serveral places (silent)

Julius Künzel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 3bd3fbb7dbaa82b6c8b90894ba7a9579dd89da32 by Julius Künzel.
Committed on 15/08/2026 at 00:55.
Pushed by jlskuz into branch 'master'.

GIT_SILENT Fix repository url in serveral places

M  +1    -1    README.md
M  +3    -3    org.kde.vail.metainfo.xml
M  +1    -1    src/main.cpp

https://invent.kde.org/utilities/vail/-/commit/3bd3fbb7dbaa82b6c8b90894ba7a9579dd89da32

diff --git a/README.md b/README.md
index fc210fa..3d13f84 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Communicate using Morse
 To build a flatpak bundle of Vail use the following instructions:
 
 ```bash
-$ git clone https://invent.kde.org/fhek/vail.git
+$ git clone https://invent.kde.org/utilities/vail.git
 $ cd vail
 $ flatpak-builder --repo=repo build-dir --force-clean org.kde.vail.json
 $ flatpak build-bundle repo vail.flatpak org.kde.vail
diff --git a/org.kde.vail.metainfo.xml b/org.kde.vail.metainfo.xml
index 382b2aa..683a64d 100644
--- a/org.kde.vail.metainfo.xml
+++ b/org.kde.vail.metainfo.xml
@@ -166,7 +166,7 @@
   </description>
   <screenshots>
     <screenshot type="default">
-      <image>https://invent.kde.org/fhek/vail/-/raw/master/.gitlab/vail.png</image>
+      <image>https://invent.kde.org/utilities/vail/-/raw/master/.gitlab/vail.png</image>
       <caption>Main View</caption>
       <caption xml:lang="ar">النافذة الرئيسة</caption>
       <caption xml:lang="ca">Vista principal</caption>
@@ -220,6 +220,6 @@
   <provides>
     <binary>vail</binary>
   </provides>
-  <url type="homepage">https://invent.kde.org/fhek/vail</url>
-  <url type="bugtracker">https://invent.kde.org/fhek/vail/-/issues</url>
+  <url type="homepage">https://invent.kde.org/utilities/vail/</url>
+  <url type="bugtracker">https://invent.kde.org/utilities/vail/-/work_items/new</url>
 </component>
diff --git a/src/main.cpp b/src/main.cpp
index 8381a1d..d727c73 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
                          i18n("© 2022"));
     aboutData.addAuthor(i18nc("@info:credit", "Felipe Kinoshita"), i18nc("@info:credit", "Author"), QStringLiteral("[email protected]"), QStringLiteral("https://fhek.gitlab.io"));
     aboutData.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), i18nc("EMAIL OF TRANSLATORS", "Your emails"));
-    aboutData.setBugAddress("https://invent.kde.org/fhek/vail/-/issues/new");
+    aboutData.setBugAddress("https://invent.kde.org/utilities/vail/-/work_items/new");
     KAboutData::setApplicationData(aboutData);
     QGuiApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("org.kde.vail")));
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.