mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
diskwatch: add tomasrivera as maintainer
This commit is contained in:
@@ -31,7 +31,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/matthart1983/diskwatch";
|
||||
changelog = "https://github.com/matthart1983/diskwatch/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
maintainers = with lib.maintainers; [
|
||||
fab
|
||||
tomasrivera
|
||||
];
|
||||
mainProgram = "diskwatch";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user