python3Packages.supabase: fix meta.description typo

This commit is contained in:
Peder Bergebakken Sundt
2026-05-13 23:31:48 +02:00
parent d27747f751
commit 617eac4cdc
@@ -62,7 +62,7 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/supabase/supabase-py";
license = lib.licenses.mit;
changelog = "https://github.com/supabase/supabase-py/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
description = "Supabas client for Python";
description = "Supabase client for Python";
maintainers = with lib.maintainers; [
siegema
macbucheron