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
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 ];
+1 -1
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; [ ];