python3Packages.mne-python: add myself (mbalatsko) as maintainer

This commit is contained in:
Maksym Balatsko
2024-01-22 19:48:33 -05:00
committed by Ben Darwin
parent a6efe42fe0
commit 9f56eed7b7
@@ -88,6 +88,6 @@ buildPythonPackage rec {
homepage = "https://mne.tools";
changelog = "https://mne.tools/stable/changes/v${version}.html";
license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ];
maintainers = with maintainers; [ bcdarwin mbalatsko ];
};
}