pythonPackages.ts1-signatures: drop GGG as maintainer

This commit is contained in:
GGG
2026-04-05 17:21:48 -03:00
parent 67c10b49ab
commit c26164f5b4
@@ -36,6 +36,6 @@ buildPythonPackage {
description = "TLS and HTTP signature and fingerprint library";
homepage = "https://github.com/yifeikong/th1";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ggg ];
maintainers = [ ];
};
}