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
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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;
})