From a1e24073daf705841efdcb42fed5a133f3a3b6d3 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 27 Apr 2020 11:42:38 +0200 Subject: [PATCH] snooze: add "cron" word to the short description When searching with xbps-query -Rs cron, snooze doesn't come up in the results. It is a good replacement, though, and would be nice if it showed up IMHO. [skip ci] --- srcpkgs/snooze/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/snooze/template b/srcpkgs/snooze/template index 4b5d9a271400d1..d50b9fcb52d0d4 100644 --- a/srcpkgs/snooze/template +++ b/srcpkgs/snooze/template @@ -3,7 +3,7 @@ pkgname=snooze version=0.4 revision=1 build_style=gnu-makefile -short_desc="Run a command at a particular time" +short_desc="Run a command at a particular time, a cron replacement" maintainer="Leah Neukirchen " license="Public Domain" homepage="https://github.com/leahneukirchen/snooze"