timewarrior: Fix homepage
Thanks to repology.org Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
d07158447e
commit
1b5ae92f0f
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A command-line time tracker";
|
description = "A command-line time tracker";
|
||||||
homepage = https://taskwarrior.org/docs/timewarrior;
|
homepage = "https://timewarrior.net";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ];
|
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user