go-camo: set meta.mainProgram

This commit is contained in:
Sandro Jäckel 2024-01-03 23:42:24 +01:00
parent 87d42310b6
commit 91d89a151e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -25,6 +25,7 @@ buildGoModule rec {
homepage = "https://github.com/cactus/go-camo";
changelog = "https://github.com/cactus/go-camo/releases/tag/v${version}";
license = licenses.mit;
mainProgram = "go-camo";
maintainers = with maintainers; [ viraptor ];
};
}