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