From 1cc3801e38a0198ce8791f59be8bcb1210dbf0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 9 Jan 2023 09:06:53 +0100 Subject: [PATCH] invalid author string -.- --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ddd249e1..d3f66bc40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "lnbits" version = "0.9.5.3" description = "LNbits, free and open-source lightning-network wallet/accounts system" authors = [ - "benarc ", + "dni ", "matthewcroughan " ]