archiver: add meta.mainProgram

This commit is contained in:
Shamrock Lee 2021-07-31 14:17:45 +08:00
parent a15d1624c2
commit f4491a0f38

View file

@ -23,6 +23,7 @@ buildGoModule rec {
meta = with lib; {
description = "Easily create & extract archives, and compress & decompress files of various formats";
homepage = "https://github.com/mholt/archiver";
mainProgram = "arc";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
};