Commit 85a4832e authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.supabase-functions: fix changelog

parent 6d184a4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };