lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove chris-martin from maintainer list on various crypto packages

+7 -7
+1 -1
pkgs/applications/blockchains/stellar-core.nix
··· 40 40 ''; 41 41 homepage = "https://www.stellar.org/"; 42 42 platforms = [ "x86_64-linux" ]; 43 - maintainers = with maintainers; [ chris-martin ]; 43 + maintainers = with maintainers; [ ]; 44 44 license = licenses.asl20; 45 45 }; 46 46 }
+1 -1
pkgs/development/compilers/serpent/default.nix
··· 36 36 ''; 37 37 homepage = "https://github.com/ethereum/wiki/wiki/Serpent"; 38 38 license = with licenses; [ wtfpl ]; 39 - maintainers = with maintainers; [ chris-martin ]; 39 + maintainers = with maintainers; [ ]; 40 40 platforms = platforms.all; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/secp256k1/default.nix
··· 44 44 homepage = "https://github.com/ludbb/secp256k1-py"; 45 45 description = "Python FFI bindings for secp256k1"; 46 46 license = with lib.licenses; [ mit ]; 47 - maintainers = with lib.maintainers; [ chris-martin ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin-client.nix
··· 30 30 description = "Bitcoin client query library"; 31 31 homepage = "https://github.com/libbitcoin/libbitcoin-client"; 32 32 platforms = platforms.linux ++ platforms.darwin; 33 - maintainers = with maintainers; [ chris-martin ]; 33 + maintainers = with maintainers; [ ]; 34 34 35 35 # AGPL with a lesser clause 36 36 license = licenses.agpl3;
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin-explorer.nix
··· 31 31 description = "Bitcoin command line tool"; 32 32 homepage = "https://github.com/libbitcoin/libbitcoin-explorer"; 33 33 platforms = platforms.linux ++ platforms.darwin; 34 - maintainers = with maintainers; [ chris-martin asymmetric ]; 34 + maintainers = with maintainers; [ asymmetric ]; 35 35 36 36 # AGPL with a lesser clause 37 37 license = licenses.agpl3;
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin.nix
··· 31 31 description = "C++ library for building bitcoin applications"; 32 32 homepage = "https://libbitcoin.org/"; 33 33 platforms = platforms.linux ++ platforms.darwin; 34 - maintainers = with maintainers; [ chris-martin ]; 34 + maintainers = with maintainers; [ ]; 35 35 36 36 # AGPL with a lesser clause 37 37 license = licenses.agpl3;
+1 -1
pkgs/tools/security/secp256k1/default.nix
··· 51 51 ''; 52 52 homepage = "https://github.com/bitcoin-core/secp256k1"; 53 53 license = with licenses; [ mit ]; 54 - maintainers = with maintainers; [ chris-martin ]; 54 + maintainers = with maintainers; [ ]; 55 55 platforms = with platforms; unix; 56 56 }; 57 57 }