libbitcoin: update homepage

This commit is contained in:
Jonathan Ringer 2021-12-28 10:10:22 -08:00
parent 1e01453b30
commit 3b4e6f5823
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0
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; [ ];