system-monitor: remove aneeshusa as maintainer

This commit is contained in:
Aneesh Agrawal 2020-03-24 01:21:10 -04:00
parent 7ff3e67bb2
commit 56e5bbf07d

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Display system informations in gnome shell status bar";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ aneeshusa tiramiseb ];
maintainers = with maintainers; [ tiramiseb ];
homepage = https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
};
}