summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-06-20 20:37:43 +0000
committerkamil <kamil@pkgsrc.org>2016-06-20 20:37:43 +0000
commit3a0f64377e93fe0ec37564a74ae1356a8e220e19 (patch)
tree0dce732671de3a35412f5ac420c1007bfb830e95 /time
parent7ab01aa117409cf416f3056f29c5d4231fac66d4 (diff)
downloadpkgsrc-3a0f64377e93fe0ec37564a74ae1356a8e220e19.tar.gz
taskwarrior relicensed from GPLv2 to MIT in 2011
Diffstat (limited to 'time')
-rw-r--r--time/taskwarrior/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/taskwarrior/Makefile b/time/taskwarrior/Makefile
index b91fb49fdbf..250f92772cc 100644
--- a/time/taskwarrior/Makefile
+++ b/time/taskwarrior/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/20 20:30:42 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/20 20:37:43 kamil Exp $
#
DISTNAME= task-2.5.1
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.taskwarrior.org/download/
MAINTAINER= esg@sdf.lonestar.org
HOMEPAGE= http://taskwarrior.org/projects/show/taskwarrior/
COMMENT= Open source, command-line, TODO list manager
-LICENSE= gnu-gpl-v2
+LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c c++