rmfakecloud: set meta.mainProgram

This commit is contained in:
pacien 2023-12-11 21:45:14 +01:00
parent 4b1cb3475d
commit 53c19ef14d

View File

@ -31,5 +31,6 @@ buildGoModule rec {
homepage = "https://ddvk.github.io/rmfakecloud/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ pacien martinetd ];
mainProgram = "rmfakecloud";
};
}