From 48a8ad47947d4e812e9f11a75f95416761bc0c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ars=C3=A8ne=20Volte?= Date: Wed, 8 Oct 2025 16:58:05 +0200 Subject: [PATCH] Fix SPIP upstream git repository url --- src/tech_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tech_list.json b/src/tech_list.json index 3b206f6..7813336 100644 --- a/src/tech_list.json +++ b/src/tech_list.json @@ -7,7 +7,7 @@ "https://github.com/drupal/drupal.git", "https://github.com/magento/magento2.git", "https://github.com/joomla/joomla-cms.git", - "https://github.com/spip/spip.git", + "https://git.spip.net/spip/spip.git", "https://github.com/PrestaShop/PrestaShop.git" ] },