Loading pkgs/development/python-modules/supabase-functions/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { meta = { description = "Client library for Supabase Functions"; homepage = "https://github.com/supabase/supabase-py"; changelog = "https://github.com/supabase/supabase-py/blob/v${src.tag}/CHANGELOG.md"; changelog = "https://github.com/supabase/supabase-py/blob/${src.tag}/CHANGELOG.md"; maintainers = with lib.maintainers; [ macbucheron ]; license = lib.licenses.mit; }; Loading Loading
pkgs/development/python-modules/supabase-functions/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { meta = { description = "Client library for Supabase Functions"; homepage = "https://github.com/supabase/supabase-py"; changelog = "https://github.com/supabase/supabase-py/blob/v${src.tag}/CHANGELOG.md"; changelog = "https://github.com/supabase/supabase-py/blob/${src.tag}/CHANGELOG.md"; maintainers = with lib.maintainers; [ macbucheron ]; license = lib.licenses.mit; }; Loading