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