Merge pull request #273828 from networkException/more-main-programs
htmlq,restic: set meta.mainProgram
This commit is contained in:
commit
d56f0d8ea6
2 changed files with 2 additions and 0 deletions
|
@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/mgdm/htmlq";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben nerdypepper ];
|
||||
mainProgram = "htmlq";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,5 +48,6 @@ buildGoModule rec {
|
|||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.mbrgm maintainers.dotlambda ];
|
||||
mainProgram = "restic";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue