gnucash-on-flatpak master: Fix stray comma in mariadb.modules

John Ralls jralls at code.gnucash.org
Sat Mar 30 19:54:23 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/351aeab8 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/c9761251 (commit)



commit 351aeab85b101551a9e085c85333a85b7a5a8144
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 30 16:53:37 2024 -0700

    Fix stray comma in mariadb.modules

diff --git a/modules/mariadb.json b/modules/mariadb.json
index 9a9d2b2..25f445e 100644
--- a/modules/mariadb.json
+++ b/modules/mariadb.json
@@ -46,7 +46,7 @@
                     "type": "archive",
                     "url": "http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.113.orig.tar.gz",
                     "sha256": "2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b"
-                },
+                }
             ]
         }
     ]



Summary of changes:
 modules/mariadb.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list