From f5d8b66a8cf23f9ccc51fb9702943c8a5f755f43 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 5 Mar 2025 15:36:56 +0000 Subject: [PATCH] Squashed 'src/minisketch/' changes from eb37a9b8e7..d1e6bb8bbf d1e6bb8bbf Merge bitcoin-core/minisketch#92: doc: rename from sipa to bitcoin-core b7b7dd0ec8 doc: rename from sipa to bitcoin-core git-subtree-dir: src/minisketch git-subtree-split: d1e6bb8bbf8ef104b9dd002cab14a71b91061177 --- README.md | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8b89ff33ea..b0de56a61c5 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ Below we compare the PinSketch algorithm (which `libminisketch` is an implementa ## Building -The build system is very rudimentary for now, and [improvements](https://github.com/sipa/minisketch/pulls) are welcome. +The build system is very rudimentary for now, and [improvements](https://github.com/bitcoin-core/minisketch/pulls) are welcome. The following may work and produce a `libminisketch.a` file you can link against: ```bash -git clone https://github.com/sipa/minisketch +git clone https://github.com/bitcoin-core/minisketch cd minisketch ./autogen.sh && ./configure && make ``` diff --git a/configure.ac b/configure.ac index 65a47b45c28..ec1815d982d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([minisketch], [0.0.1], [http://github.com/sipa/minisketch/]) +AC_INIT([minisketch], [0.0.1], [http://github.com/bitcoin-core/minisketch/]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])