From 617eac4cdc7f340aa41f0d82c1681785606ea89f Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 13 May 2026 23:31:48 +0200 Subject: [PATCH] python3Packages.supabase: fix meta.description typo --- pkgs/development/python-modules/supabase/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/supabase/default.nix b/pkgs/development/python-modules/supabase/default.nix index ea14a847e07d..6e7048fc8178 100644 --- a/pkgs/development/python-modules/supabase/default.nix +++ b/pkgs/development/python-modules/supabase/default.nix @@ -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