Skip to content

Commit

Permalink
static-web-server: add misilelab to maintainers
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab committed Dec 30, 2024
1 parent ce5d7b0 commit d9c5f0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/st/static-web-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ rustPlatform.buildRustPackage rec {
mit # or
asl20
];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [
figsoda
misilelab
];
mainProgram = "static-web-server";
};
}

0 comments on commit d9c5f0c

Please sign in to comment.