6 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitLab {
15 hash = "sha256-BshgSnYaeX01KQ1fggB+yXEfg3Trhpcf/k4AmBDPxy8=";
18 nativeBuildInputs = with python3Packages; [
23 propagatedBuildInputs = with python3Packages; [
34 changelog = "https://gitlab.com/anarcat/undertime/-/raw/${version}/debian/changelog";
35 description = "pick a meeting time across timezones from the commandline";
36 homepage = "https://gitlab.com/anarcat/undertime";
38 Undertime draws a simple 24 hour table of matching times across
39 different timezones or cities, outlining waking hours. This allows
40 picking an ideal meeting date across multiple locations for teams
41 working internationally.
43 license = lib.licenses.agpl3Only;
44 mainProgram = "undertime";
45 maintainers = with lib.maintainers; [ dvn0 ];