mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pizauth: add doronbehar to maintainers
This commit is contained in:
parent
b6491b4719
commit
96526e68b0
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ moraxyc ];
|
||||
maintainers = with lib.maintainers; [
|
||||
moraxyc
|
||||
doronbehar
|
||||
];
|
||||
mainProgram = "pizauth";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue