Merge pull request #98445 from AndersonTorres/goodbye-blockchains
Removing myself from maintainers lists of blockchains
This commit is contained in:
commit
06b27898a4
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://bitcoin.org/";
|
homepage = "https://bitcoin.org/";
|
||||||
downloadPage = "https://bitcoincore.org/bin/bitcoin-core-${version}/";
|
downloadPage = "https://bitcoincore.org/bin/bitcoin-core-${version}/";
|
||||||
changelog = "https://bitcoincore.org/en/releases/${version}/";
|
changelog = "https://bitcoincore.org/en/releases/${version}/";
|
||||||
maintainers = with maintainers; [ roconnor AndersonTorres ];
|
maintainers = with maintainers; [ roconnor ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
private as you make transactions without waits, similar to cash.
|
private as you make transactions without waits, similar to cash.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.dash.org";
|
homepage = "https://www.dash.org";
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "http://www.dogecoin.com/";
|
homepage = "http://www.dogecoin.com/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ edwtjo offline AndersonTorres ];
|
maintainers = with maintainers; [ edwtjo offline ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,6 +50,6 @@ mkDerivation rec {
|
|||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
maintainers = with maintainers; [ offline AndersonTorres ];
|
maintainers = with maintainers; [ offline ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
||||||
homepage = "https://namecoin.org";
|
homepage = "https://namecoin.org";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ doublec AndersonTorres infinisil ];
|
maintainers = with maintainers; [ doublec infinisil ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user