gnome-pomodoro: add herschenglime to maintainers

This commit is contained in:
aleksana 2024-09-30 15:58:15 +08:00
parent 768456183c
commit 76fa4651ee

View File

@ -83,7 +83,10 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks.
'';
maintainers = with maintainers; [ aleksana ];
maintainers = with maintainers; [
aleksana
herschenglime
];
license = licenses.gpl3Plus;
platforms = platforms.linux;
};