dust: add defelo as maintainer
This commit is contained in:
@@ -59,7 +59,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/bootandy/dust";
|
||||
changelog = "https://github.com/bootandy/dust/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ aaronjheng ];
|
||||
maintainers = with lib.maintainers; [
|
||||
aaronjheng
|
||||
defelo
|
||||
];
|
||||
mainProgram = "dust";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user