taskell: Add package meta information

This commit is contained in:
Matthias Beyer
2019-05-08 16:49:00 +02:00
committed by Mario Rodas
parent 09c0b89a81
commit 3e6ac2c754

View File

@@ -57,5 +57,9 @@ in (haskellPackages.mkDerivation {
tasty-hunit
];
license = lib.licenses.bsd3;
description = "Command-line Kanban board/task manager with support for Trello boards and GitHub projects";
homepage = "https://taskell.app";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ matthiasbeyer ];
platforms = with lib.platforms; unix ++ darwin;
})