From 5d26a2e2a3088321a547a956a6489a2c81949a96 Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 8 Oct 2024 09:47:00 +0200 Subject: [PATCH] typo in url Signed-off-by: Banana --- cleanup.pl | 2 +- fetch.pl | 3 +-- parse-results.pl | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.5