joinmarket: 0.9.10 -> 0.9.11

This commit is contained in:
Otto Sabart 2024-05-19 21:00:00 +02:00
parent 946a0b8441
commit 1cbe955897
No known key found for this signature in database
GPG key ID: 823BAE99F8BE1E3C
9 changed files with 110 additions and 170 deletions

View file

@ -16,7 +16,7 @@ buildPythonPackageWithDepsCheck rec {
meta = with lib; {
description = "A fast bencode implementation in Cython";
homepage = "https://github.com/whtsky/bencoder.pyx";
maintainers = with maintainers; [ nixbitcoin ];
maintainers = with maintainers; [ seberm nixbitcoin ];
license = licenses.bsd3;
};
}