Merge pull request #81599 from matthiasbeyer/timewarrior-fix-url

timewarrior: Fix homepage
This commit is contained in:
Lancelot SIX 2020-03-03 11:32:40 +01:00 committed by GitHub
commit 88088645d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;