python3Packages.python-secp256k1-cardano: remove t4ccer as maintainer

This commit is contained in:
t4ccer
2025-07-31 16:16:14 +02:00
parent 1c6f1f9c93
commit 95938ad679
@@ -43,6 +43,6 @@ buildPythonPackage {
homepage = "https://github.com/OpShin/python-secp256k1";
description = "Fork of python-secp256k1, fixing the commit hash of libsecp256k1 to a Cardano compatible version";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ t4ccer ];
maintainers = with lib.maintainers; [ ];
};
}