Loading pkgs/applications/blockchains/bitcoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading pkgs/applications/blockchains/dashpay.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading pkgs/applications/blockchains/dogecoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; } pkgs/applications/blockchains/litecoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,6 +50,6 @@ mkDerivation rec { platforms = platforms.unix; license = licenses.mit; broken = stdenv.isDarwin; maintainers = with maintainers; [ offline AndersonTorres ]; maintainers = with maintainers; [ offline ]; }; } pkgs/applications/blockchains/namecoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/applications/blockchains/bitcoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading
pkgs/applications/blockchains/dashpay.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading
pkgs/applications/blockchains/dogecoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }
pkgs/applications/blockchains/litecoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,6 +50,6 @@ mkDerivation rec { platforms = platforms.unix; license = licenses.mit; broken = stdenv.isDarwin; maintainers = with maintainers; [ offline AndersonTorres ]; maintainers = with maintainers; [ offline ]; }; }
pkgs/applications/blockchains/namecoin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }