csecp256k1

secp256k1 bindings.
Log | Files | Refs | README | LICENSE

commit 0fd70458959d9000ff66e9607c94d6410813ee56
parent 016b4e02c5a4a86d3b4a8c9d29f2773e3a66f9df
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 26 Feb 2024 10:31:44 +0400

meta: cabal file tweaks

Diffstat:
Mppad-csecp256k1.cabal | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal @@ -1,8 +1,8 @@ cabal-version: 3.0 name: ppad-csecp256k1 version: 0.1.0 -synopsis: secp256k1 bindings -description: secp256k1 bindings. +synopsis: bitcoin-core/secp256k1 bindings +description: bitcoin-core/secp256k1 bindings. license: MIT license-file: LICENSE author: Jared Tobin @@ -12,7 +12,7 @@ build-type: Simple source-repository head type: git - location: git://git.ppad.tech/ppad-csecp256k1.git + location: git.ppad.tech/csecp256k1.git library default-language: Haskell2010