Skip to content

Commit ea6879f

Browse files
committed
gnome-clocks: update description
not a GNOME 3 app anymore
1 parent fcd81d0 commit ea6879f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pkgs/desktops/gnome/apps/gnome-clocks/default.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,16 @@ stdenv.mkDerivation (finalAttrs: {
7575

7676
meta = {
7777
homepage = "https://apps.gnome.org/Clocks/";
78-
description = "Clock application designed for GNOME 3";
78+
description = "A simple and elegant clock application for GNOME";
79+
longDescription = ''
80+
A simple and elegant clock application. It includes world clocks, alarms,
81+
a stopwatch, and timers.
82+
83+
- Show the time in different cities around the world
84+
- Set alarms to wake you up
85+
- Measure elapsed time with an accurate stopwatch
86+
- Set timers to properly cook your food
87+
'';
7988
mainProgram = "gnome-clocks";
8089
maintainers = lib.teams.gnome.members;
8190
license = lib.licenses.gpl2Plus;

0 commit comments

Comments
 (0)