remove chris-martin from maintainer list on various crypto packages

This commit is contained in:
Chris Martin 2021-06-06 02:37:32 -06:00
parent 78d9a75d9e
commit 53387621e5
7 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.stellar.org/";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ chris-martin ];
maintainers = with maintainers; [ ];
license = licenses.asl20;
};
}

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation {
'';
homepage = "https://github.com/ethereum/wiki/wiki/Serpent";
license = with licenses; [ wtfpl ];
maintainers = with maintainers; [ chris-martin ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

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; [ ];
};
}

View file

@ -30,7 +30,7 @@ in stdenv.mkDerivation {
description = "Bitcoin client query library";
homepage = "https://github.com/libbitcoin/libbitcoin-client";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ chris-martin ];
maintainers = with maintainers; [ ];
# AGPL with a lesser clause
license = licenses.agpl3;

View file

@ -31,7 +31,7 @@ in stdenv.mkDerivation {
description = "Bitcoin command line tool";
homepage = "https://github.com/libbitcoin/libbitcoin-explorer";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ chris-martin asymmetric ];
maintainers = with maintainers; [ asymmetric ];
# AGPL with a lesser clause
license = licenses.agpl3;

View file

@ -31,7 +31,7 @@ in stdenv.mkDerivation {
description = "C++ library for building bitcoin applications";
homepage = "https://libbitcoin.org/";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ chris-martin ];
maintainers = with maintainers; [ ];
# AGPL with a lesser clause
license = licenses.agpl3;

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation {
'';
homepage = "https://github.com/bitcoin-core/secp256k1";
license = with licenses; [ mit ];
maintainers = with maintainers; [ chris-martin ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}