From 1a294dc60f40960837784f6ed3d999f97359fc7a Mon Sep 17 00:00:00 2001 From: t4ccer Date: Wed, 30 Jul 2025 20:47:59 +0200 Subject: [PATCH] python3Packages.cardano-tools: remove t4ccer as maintainer --- pkgs/development/python-modules/cardano-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cardano-tools/default.nix b/pkgs/development/python-modules/cardano-tools/default.nix index d6b1af66af58..60246494fe99 100644 --- a/pkgs/development/python-modules/cardano-tools/default.nix +++ b/pkgs/development/python-modules/cardano-tools/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "Python module for interfacing with the Cardano blockchain"; homepage = "https://gitlab.com/viperscience/cardano-tools"; license = licenses.asl20; - maintainers = with maintainers; [ t4ccer ]; + maintainers = with maintainers; [ ]; }; }