joinmarket: 0.9.10 -> 0.9.11

This commit is contained in:
Otto Sabart
2024-05-22 21:00:00 +02:00
parent 946a0b8441
commit 1cbe955897
9 changed files with 110 additions and 170 deletions
+1 -1
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;
};
}