Commit 9f56eed7 authored by Maksym Balatsko's avatar Maksym Balatsko Committed by Ben Darwin
Browse files

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

parent a6efe42f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}