mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
gnome-pomodoro: add herschenglime to maintainers
This commit is contained in:
parent
768456183c
commit
76fa4651ee
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user