From 1b5ae92f0f93dba70dcde70443101d227ee21091 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 3 Mar 2020 09:50:50 +0100 Subject: [PATCH] timewarrior: Fix homepage Thanks to repology.org Signed-off-by: Matthias Beyer --- pkgs/applications/misc/timewarrior/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/timewarrior/default.nix b/pkgs/applications/misc/timewarrior/default.nix index a8b86e71cb13..1a21bb43868f 100644 --- a/pkgs/applications/misc/timewarrior/default.nix +++ b/pkgs/applications/misc/timewarrior/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A command-line time tracker"; - homepage = https://taskwarrior.org/docs/timewarrior; + homepage = "https://timewarrior.net"; license = licenses.mit; maintainers = with maintainers; [ matthiasbeyer mrVanDalo ]; platforms = platforms.linux ++ platforms.darwin;