scmpuff: add myself as maintainer

Signed-off-by: Christoph Heiss <christoph@c8h4.io>

+4 -1
+4 -1
pkgs/by-name/sc/scmpuff/package.nix
··· 40 40 homepage = "https://github.com/mroth/scmpuff"; 41 41 changelog = "https://github.com/mroth/scmpuff/releases/tag/v${finalAttrs.version}"; 42 42 license = licenses.mit; 43 - maintainers = with maintainers; [ cpcloud ]; 43 + maintainers = with maintainers; [ 44 + cpcloud 45 + christoph-heiss 46 + ]; 44 47 mainProgram = "scmpuff"; 45 48 }; 46 49 })