File 0004-setup.cfg-fix-home_page-spelling.patch of Package veles
From 5ccb149e7c0a8be484804428a1cad6e8cdea7265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com> Date: Wed, 22 Oct 2025 14:04:05 +0200 Subject: [PATCH 4/4] setup.cfg fix home_page spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 26cf32c..58414a9 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = veles -home-page = https://veles.io/ +home_page = https://veles.io/ author = CodiSec author-email = contact@veles.io -- 2.51.1