Unverified Commit 2d35c1fc authored by Andrea Ciceri's avatar Andrea Ciceri Committed by t4ccer
Browse files

python3Packages.python-secp256k1-cardano: add aciceri as maintainer

parent 30f66dc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}