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

authored by Donovan Glover and committed by GitHub e2f0dcd4 9c30fc42

+1 -1
+1 -1
pkgs/by-name/ta/taskserver/package.nix
··· 49 passthru.tests = { inherit (nixosTests) taskserver; }; 50 51 meta = { 52 - description = "Server for synchronising Taskwarrior clients"; 53 homepage = "https://taskwarrior.org"; 54 license = lib.licenses.mit; 55 platforms = lib.platforms.linux;
··· 49 passthru.tests = { inherit (nixosTests) taskserver; }; 50 51 meta = { 52 + description = "Server for synchronising Taskwarrior 2 clients"; 53 homepage = "https://taskwarrior.org"; 54 license = lib.licenses.mit; 55 platforms = lib.platforms.linux;