bartib: add progrm_jarvis to maintainers

This commit is contained in:
Petr Portnov
2026-04-24 21:45:42 +03:00
parent def188bbbd
commit 8cf6ba00a6
+1 -1
View File
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Simple timetracker for the command line";
homepage = "https://github.com/nikolassv/bartib";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = [ lib.maintainers.progrm_jarvis ];
mainProgram = "bartib";
};
})