···26 description = "Recall what you did on the last working day";
27 homepage = "https://github.com/kamranahmedse/git-standup";
28 license = licenses.mit;
29- maintainers = [ ];
30 platforms = platforms.all;
31 mainProgram = "git-standup";
32 };
···26 description = "Recall what you did on the last working day";
27 homepage = "https://github.com/kamranahmedse/git-standup";
28 license = licenses.mit;
29+ maintainers = with lib.maintainers; [ sigmanificient ];
30 platforms = platforms.all;
31 mainProgram = "git-standup";
32 };