From 2d35c1fc391e631b64943ec76533f0ab94d4bb8a Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 31 Jul 2025 14:56:08 +0200 Subject: [PATCH] python3Packages.python-secp256k1-cardano: add aciceri as maintainer --- .../python-modules/python-secp256k1-cardano/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/python-secp256k1-cardano/default.nix b/pkgs/development/python-modules/python-secp256k1-cardano/default.nix index dff2950d19fd..ce5b0ad023da 100644 --- a/pkgs/development/python-modules/python-secp256k1-cardano/default.nix +++ b/pkgs/development/python-modules/python-secp256k1-cardano/default.nix @@ -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; [ ]; + maintainers = with lib.maintainers; [ aciceri ]; }; }