mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
go-hass-agent: add nadir-ishiguro to maintainers
This commit is contained in:
@@ -72,7 +72,10 @@ buildGoModule (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://github.com/joshuar/go-hass-agent";
|
||||
changelog = "https://github.com/joshuar/go-hass-agent/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
maintainers = [ lib.maintainers.ethancedwards8 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ethancedwards8
|
||||
nadir-ishiguro
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user