treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
This commit is contained in:
@@ -37,6 +37,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Commandline app to create and edit releases on Github (and upload artifacts)";
|
||||
mainProgram = "github-release";
|
||||
longDescription = ''
|
||||
A small commandline app written in Go that allows you to easily create and
|
||||
delete releases of your projects on Github.
|
||||
|
||||
Reference in New Issue
Block a user