git-standup: add sigmanificient to maintainers

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