mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-06 13:23:41 +00:00
Make the meta.description upper-case.
This commit is contained in:
@@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "break time reminder app";
|
||||
description = "A break time reminder app";
|
||||
longDescription = ''
|
||||
stretchly is a cross-platform electron app that reminds you to take
|
||||
breaks when working on your computer. By default, it runs in your tray
|
||||
|
||||
Reference in New Issue
Block a user