From 6b30c3e50317e83a80848effeb9872be5a1ba859 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 10 Jan 2026 10:21:00 -0500 Subject: [PATCH] python3Packages.attrs: adopt --- pkgs/development/python-modules/attrs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/attrs/default.nix b/pkgs/development/python-modules/attrs/default.nix index 42da2e01a42d..81630baa7e96 100644 --- a/pkgs/development/python-modules/attrs/default.nix +++ b/pkgs/development/python-modules/attrs/default.nix @@ -54,6 +54,6 @@ buildPythonPackage rec { homepage = "https://github.com/python-attrs/attrs"; changelog = "https://github.com/python-attrs/attrs/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = with lib.maintainers; [ mdaniels5757 ]; }; }