beancount: maintainers remove bhipple, add sharzy & polarmutex

This commit is contained in:
SharzyL 2024-07-17 14:14:28 +08:00
parent 010d101596
commit e02368e3e8
No known key found for this signature in database

View File

@ -58,6 +58,6 @@ buildPythonPackage rec {
generate a variety of reports from them, and provides a web interface.
'';
license = licenses.gpl2Only;
maintainers = with maintainers; [ bhipple ];
maintainers = with maintainers; [ sharzy polarmutex ];
};
}