kapow: add tbutter as maintainer

This commit is contained in:
Thomas Butter
2026-05-04 19:19:29 +00:00
committed by GitHub
parent 68810bdac4
commit a0292217fc
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Punch clock to track time spent on projects";
mainProgram = "kapow";
homepage = "https://gottcode.org/kapow/";
maintainers = [ ];
maintainers = with lib.maintainers; [ tbutter ];
platforms = lib.platforms.linux;
license = lib.licenses.gpl3Plus;
};