haskellPackages.shellify: add me as a maintainer

This commit is contained in:
Daniel Rolls 2023-07-29 22:37:34 +01:00 committed by sternenseemann
parent 8ecc5ecc5a
commit da781ec44e
3 changed files with 9 additions and 0 deletions

View File

@ -3709,6 +3709,12 @@
githubId = 1298344;
name = "Daniel Fullmer";
};
danielrolls = {
email = "daniel.rolls.27@googlemail.com";
github = "danielrolls";
githubId = 50051176;
name = "Daniel Rolls";
};
daniyalsuri6 = {
email = "daniyal.suri@gmail.com";
github = "daniyalsuri6";

View File

@ -169,6 +169,8 @@ package-maintainers:
- ghc-vis
- patat
- svgcairo
danielrolls:
- shellify
domenkozar:
- cachix
- cachix-api

View File

@ -263585,6 +263585,7 @@ self: {
description = "A tool for generating shell.nix files";
license = lib.licenses.asl20;
mainProgram = "shellify";
maintainers = [ lib.maintainers.danielrolls ];
}) {};
"shellish" = callPackage