updatecli: add loispostula to maintainers (#456438)

This commit is contained in:
Yohann Boniface
2025-10-29 00:05:20 +00:00
committed by GitHub
+4 -1
View File
@@ -65,6 +65,9 @@ buildGoModule rec {
changelog = "https://github.com/updatecli/updatecli/releases/tag/${src.rev}";
license = licenses.asl20;
mainProgram = "updatecli";
maintainers = with maintainers; [ croissong ];
maintainers = with maintainers; [
croissong
lpostula
];
};
}