python3Packages.supabase: fix meta.description typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user