From d9fd0b35b1db64191f1ad7a2f06f86d9abdb2d46 Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 7 Jun 2026 20:12:59 +0700 Subject: [PATCH] python3Packages.tqdm: add miniharinn as maintainer --- pkgs/development/python-modules/tqdm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/tqdm/default.nix b/pkgs/development/python-modules/tqdm/default.nix index 0ca33fd88fe7..9dcd42eb70ef 100644 --- a/pkgs/development/python-modules/tqdm/default.nix +++ b/pkgs/development/python-modules/tqdm/default.nix @@ -60,5 +60,6 @@ buildPythonPackage rec { homepage = "https://github.com/tqdm/tqdm"; changelog = "https://tqdm.github.io/releases/"; license = with lib.licenses; [ mit ]; + maintainers = with lib.maintainers; [ miniharinn ]; }; }