From: Banana Date: Tue, 8 Oct 2024 07:47:00 +0000 (+0200) Subject: typo in url X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=5d26a2e2a3088321a547a956a6489a2c81949a96;p=aranea.git typo in url Signed-off-by: Banana --- diff --git a/cleanup.pl b/cleanup.pl index 8b938e7..4dce87c 100644 --- a/cleanup.pl +++ b/cleanup.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# 2022 - 2024 https://://www.bananas-playground.net/projekt/aranea +# 2022 - 2024 https://www.bananas-playground.net/projekt/aranea # 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 diff --git a/fetch.pl b/fetch.pl index e270cb7..3110158 100644 --- a/fetch.pl +++ b/fetch.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# 2022 - 2024 https://://www.bananas-playground.net/projekt/aranea +# 2022 - 2024 https://www.bananas-playground.net/projekt/aranea # 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 @@ -154,4 +154,3 @@ sub updateFailed { $dbh->commit(); sayGreen "Update fetch failed done"; } - diff --git a/parse-results.pl b/parse-results.pl index 16e7e92..9a785d5 100644 --- a/parse-results.pl +++ b/parse-results.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# 2022 - 2024 https://://www.bananas-playground.net/projekt/aranea +# 2022 - 2024 https://www.bananas-playground.net/projekt/aranea # 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