updatecli: add loispostula to maintainers

This commit is contained in:
Loïs Postula
2025-10-28 13:24:23 +01:00
parent 60990b8723
commit a66dbde881

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
];
};
}