python3Packages.cardano-tools: remove t4ccer as maintainer

This commit is contained in:
t4ccer
2025-07-30 20:48:55 +02:00
parent a96302835f
commit 1a294dc60f
@@ -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; [ ];
};
}