mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
markuplinkchecker: add maintainer anas
This commit is contained in:
parent
1181116f42
commit
e76b3a9274
|
@ -46,7 +46,10 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/becheran/mlc";
|
||||
changelog = "https://github.com/becheran/mlc/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ uncenter ];
|
||||
maintainers = with lib.maintainers; [
|
||||
uncenter
|
||||
anas
|
||||
];
|
||||
mainProgram = "mlc";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue