Skip to content

Commit

Permalink
Removing myself from maintainers list of blockchains
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Sep 22, 2020
1 parent 1399f78 commit f29f67b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/bitcoin.nix
Expand Up @@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
homepage = "https://bitcoin.org/";
downloadPage = "https://bitcoincore.org/bin/bitcoin-core-${version}/";
changelog = "https://bitcoincore.org/en/releases/${version}/";
maintainers = with maintainers; [ roconnor AndersonTorres ];
maintainers = with maintainers; [ roconnor ];
license = licenses.mit;
platforms = platforms.unix;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/dashpay.nix
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
private as you make transactions without waits, similar to cash.
'';
homepage = "https://www.dash.org";
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = licenses.mit;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/dogecoin.nix
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.dogecoin.com/";
license = licenses.mit;
maintainers = with maintainers; [ edwtjo offline AndersonTorres ];
maintainers = with maintainers; [ edwtjo offline ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/litecoin.nix
Expand Up @@ -50,6 +50,6 @@ mkDerivation rec {
platforms = platforms.unix;
license = licenses.mit;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ offline AndersonTorres ];
maintainers = with maintainers; [ offline ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/namecoin.nix
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
homepage = "https://namecoin.org";
license = licenses.mit;
maintainers = with maintainers; [ doublec AndersonTorres infinisil ];
maintainers = with maintainers; [ doublec infinisil ];
platforms = platforms.linux;
};
}

0 comments on commit f29f67b

Please sign in to comment.