Commit 6d184a4d authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.supabase-auth: fix changelog

parent 4e0bd1ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildPythonPackage rec {
  meta = {
    description = "Client library for Supabase Auth";
    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";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ macbucheron ];
  };