From c1a4becafccc6f51fc205864e1207c6e4ca6b51f Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Thu, 19 Dec 2024 14:54:53 +0100 Subject: [PATCH] Donation link NF -> LF --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90006c7d01..050b390522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.urls] Homepage = "https://jupyter-server.readthedocs.io" Documentation = "https://jupyter-server.readthedocs.io" -Funding = "https://numfocus.org/donate" +Funding = "https://jupyter.org/about#donate" Source = "https://github.com/jupyter-server/jupyter_server" Tracker = "https://github.com/jupyter-server/jupyter_server/issues"