nixos-rebuild: add thiagokokada as maintainer (#362244)

This commit is contained in:
Aleksana
2024-12-06 09:23:47 +08:00
committed by GitHub
@@ -62,7 +62,7 @@ substitute {
description = "Rebuild your NixOS configuration and switch to it, on local hosts and remote";
homepage = "https://github.com/NixOS/nixpkgs/tree/master/pkgs/os-specific/linux/nixos-rebuild";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = with lib.maintainers; [ Profpatsch thiagokokada ];
mainProgram = "nixos-rebuild";
};
}