Merge pull request #125918 from chris-martin/crypto-maintainer

Removing myself from some maintainer lists
This commit is contained in:
Maximilian Bosch
2021-06-11 19:49:38 +02:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ludbb/secp256k1-py";
description = "Python FFI bindings for secp256k1";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ chris-martin ];
maintainers = with lib.maintainers; [ ];
};
}