python3Packages.rtf-tokenize: add ShamrockLee to maintainers

This commit is contained in:
Yueh-Shun Li
2026-04-27 17:37:10 +08:00
parent 75e5de049c
commit 9f8c43c829
@@ -46,6 +46,9 @@ buildPythonPackage (finalAttrs: {
description = "Simple RTF tokenizer package for Python";
homepage = "https://github.com/openstenoproject/rtf_tokenize";
license = lib.licenses.gpl2Plus; # https://github.com/openstenoproject/rtf_tokenize/issues/1
maintainers = with lib.maintainers; [ pandapip1 ];
maintainers = with lib.maintainers; [
pandapip1
ShamrockLee
];
};
})