Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
timewarrior: Fix homepage
Browse files Browse the repository at this point in the history
Thanks to repology.org

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Mar 3, 2020
1 parent d071584 commit 1b5ae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/timewarrior/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 1b5ae92

Please sign in to comment.