From 036350272e4b571f53dc4b74f7685d8daf38b8ab Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 11 Jun 2024 19:44:50 -0400 Subject: [PATCH] python311Packages.editables: adopt --- pkgs/development/python-modules/editables/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/editables/default.nix b/pkgs/development/python-modules/editables/default.nix index 06b93554322d..11071ed14b12 100644 --- a/pkgs/development/python-modules/editables/default.nix +++ b/pkgs/development/python-modules/editables/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { meta = with lib; { description = "Editable installations"; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ getchoo ]; homepage = "https://github.com/pfmoore/editables"; license = licenses.mit; };