Merge pull request #152492 from jonringer/update-libbitcoin-homepage

libbitcoin: update homepage
This commit is contained in:
Bobby Rong 2021-12-29 08:57:13 +08:00 committed by GitHub
commit 080184a2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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 ];

View File

@ -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 ];

View File

@ -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; [ ];