diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:12:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:29:45 +0000 |
commit | 5f4d9218ae27cad8c9c580975c62624583cc3018 (patch) | |
tree | ce6f3f5e17c8315b8291c4b2ec7a4c9a20b6bdb6 | |
parent | 0af290cbd8f86a2431e7812746d2de73bd811d73 (diff) | |
download | ports-5f4d9218ae27cad8c9c580975c62624583cc3018.tar.gz ports-5f4d9218ae27cad8c9c580975c62624583cc3018.zip |
deskutils/todo: Update WWW and clean up pkg-descr
-rw-r--r-- | deskutils/todo/Makefile | 3 | ||||
-rw-r--r-- | deskutils/todo/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index bb08de7b61e6..1efb978e9283 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -6,7 +6,8 @@ DISTNAME= todo.txt_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Todo.txt Manager -WWW= http://todotxt.org/ +WWW= http://todotxt.org/ \ + https://github.com/todotxt/todo.txt-cli LICENSE= GPLv3 diff --git a/deskutils/todo/pkg-descr b/deskutils/todo/pkg-descr index d853cff7acc2..6de750d6d546 100644 --- a/deskutils/todo/pkg-descr +++ b/deskutils/todo/pkg-descr @@ -7,5 +7,3 @@ text. Keep on top of all your tasks and projects in a simple file called todo.txt. With a few helper scripts, you can slice, dice, sort, distribute, pipe and munge your lists any way you please. As it should be. - -See also: https://github.com/todotxt/todo.txt-cli |