13 name = "activitywatch-${aw-server-rust.version}";
20 ] ++ (lib.forEach extraWatchers (p: p.out));
23 description = "The best free and open-source automated time tracker";
24 homepage = "https://activitywatch.net/";
25 downloadPage = "https://github.com/ActivityWatch/activitywatch/releases";
26 changelog = "https://github.com/ActivityWatch/activitywatch/releases/tag/v${aw-server-rust.version}";
27 maintainers = with maintainers; [ huantian ];
28 mainProgram = "aw-qt";
29 platforms = platforms.linux;
30 license = licenses.mpl20;