Merge pull request #81599 from matthiasbeyer/timewarrior-fix-url
timewarrior: Fix homepage
This commit is contained in:
commit
88088645d2
@ -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