taskserver: let description reflect support for taskwarrior 2 only (#365200)

This commit is contained in:
Donovan Glover
2025-02-04 10:20:18 +00:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
passthru.tests = { inherit (nixosTests) taskserver; };
meta = {
description = "Server for synchronising Taskwarrior clients";
description = "Server for synchronising Taskwarrior 2 clients";
homepage = "https://taskwarrior.org";
license = lib.licenses.mit;
platforms = lib.platforms.linux;