gnome-pomodoro: Fix meta description

This commit is contained in:
Jascha Geerds 2015-06-11 00:58:23 +02:00
parent 502a19b2b4
commit 117dfac3d1

View File

@ -38,9 +38,11 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/codito/gnome-shell-pomodoro; homepage = https://github.com/codito/gnome-shell-pomodoro;
description = description = "A time management utility for GNOME based on the pomodoro technique";
"Personal information management application that provides integrated " + longDescription = ''
"mail, calendaring and address book functionality"; 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; [ DamienCassou jgeerds ]; maintainers = with maintainers; [ DamienCassou jgeerds ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;