deltachat: add srapenne as maintainer

This commit is contained in:
Solene Rapenne 2022-10-04 22:38:32 +02:00
parent 7fee5950ab
commit 8ed6c97f37

View File

@ -57,6 +57,6 @@ buildPythonPackage rec {
homepage = "https://github.com/deltachat/deltachat-core-rust/tree/master/python";
changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${version}/python/CHANGELOG";
license = licenses.mpl20;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ dotlambda srapenne ];
};
}