[utilities/kbackup] /: changed my email address
Martin Koller
null at kde.org
Sun Jun 29 13:24:00 BST 2025
Git commit 4b74b9f6a01ebb3b46424a08378d40a3a4256b44 by Martin Koller.
Committed on 29/06/2025 at 12:23.
Pushed by mkoller into branch 'master'.
changed my email address
M +1 -1 AUTHORS
M +1 -1 README
M +2 -2 doc/en/index.docbook
M +1 -1 doc/en/man-kbackup.1.docbook
M +1 -1 src/main.cxx
https://invent.kde.org/utilities/kbackup/-/commit/4b74b9f6a01ebb3b46424a08378d40a3a4256b44
diff --git a/AUTHORS b/AUTHORS
index 4549426..28112f5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Martin Koller <kollix at aon.at>
+Martin Koller <martin at kollix.at>
diff --git a/README b/README
index d8617fc..adccf62 100644
--- a/README
+++ b/README
@@ -23,5 +23,5 @@ Have fun!
P.S.: I welcome feedback
-Martin Koller, kollix at aon.at
+Martin Koller, martin at kollix.at
14.May 2009
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 741ce02..23a3a17 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -17,7 +17,7 @@
<firstname>Martin</firstname>
<surname>Koller</surname>
</personname>
-<email>kollix at aon.at</email>
+<email>martin at kollix.at</email>
</author>
</authorgroup>
@@ -580,7 +580,7 @@ target directory</para>
&kbackup;
</para>
<para>
-Program copyright © 2006 - 2009 Martin Koller <email>kollix at aon.at</email><!--FIXME use entities when kbackup depends on kdoctools >= 5.42-->
+Program copyright © 2006 - 2009 Martin Koller <email>martin at kollix.at</email><!--FIXME use entities when kbackup depends on kdoctools >= 5.42-->
</para>
<para>
diff --git a/doc/en/man-kbackup.1.docbook b/doc/en/man-kbackup.1.docbook
index 326e2cb..ad8e698 100644
--- a/doc/en/man-kbackup.1.docbook
+++ b/doc/en/man-kbackup.1.docbook
@@ -213,7 +213,7 @@ url="help:/ --commandname-- ">help:/kbackup</ulink>
<refsect1>
<title>Authors</title>
-<para>Kbackup was written by Martin Koller <email> kollix at aon.at</email>
+<para>Kbackup was written by Martin Koller <email> martin at kollix.at</email>
This man-page was created by Scott Kitterman <email>scott at kitterman.com</email> and updated by Scarlett Moore <email>sgmoore at kde.org</email>, it is
licensed under the same terms as kbackup.</para>
</refsect1>
diff --git a/src/main.cxx b/src/main.cxx
index 3f48ac2..6463c21 100644
--- a/src/main.cxx
+++ b/src/main.cxx
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
QStringLiteral(KBACKUP_VERSION), i18n("An easy to use backup program"), KAboutLicense::GPL_V2,
i18n("(c) 2006 - 2018 Martin Koller"), // copyright
QString(), // added text
- QStringLiteral("https://www.linux-apps.com/content/show.php?content=44998")); // homepage
+ QStringLiteral("https://apps.kde.org/kbackup")); // homepage
about.addAuthor(i18n("Martin Koller"), i18n("Developer"), QStringLiteral("martin at kollix.at"));
More information about the kde-doc-english
mailing list