pomo

A simple pomodoro timer
Log | Files | Refs | README | LICENSE

commit 161f63ae60e0a4c2de75be01ce5074932d2ebf7f
parent ba2d3922fa5ef7c88210c2936d8be0c6725c3003
Author: Ivan Tham <pickfire@riseup.net>
Date:   Sat, 29 Oct 2016 12:50:18 +0800

Fix version in config.mk & remove authors in spt.1

Diffstat:
Mconfig.mk | 2+-
Mspt.1 | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # spt version -VERSION = 0.2 +VERSION = 0.3 # Customize below to fit your system diff --git a/spt.1 b/spt.1 @@ -49,5 +49,3 @@ Prints version information to stderr, then exits. Use system notify_send and play a music without libnotify: .IP spt -e 'aplay alarm.wav' -n 'notify-send' -.SH AUTHORS -Ivan Tham <pickfire@riseup.net>