libbitcoin: update homepage
This commit is contained in:
parent
1e01453b30
commit
3b4e6f5823
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Bitcoin P2P Network Library";
|
||||
homepage = "https://libbitcoin.org/";
|
||||
homepage = "https://libbitcoin.info/";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ asymmetric ];
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Bitcoin Blockchain Query Protocol";
|
||||
homepage = "https://libbitcoin.org/";
|
||||
homepage = "https://libbitcoin.info/";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ asymmetric ];
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "C++ library for building bitcoin applications";
|
||||
homepage = "https://libbitcoin.org/";
|
||||
homepage = "https://libbitcoin.info/";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue