mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
restic: set meta.mainProgram
This commit is contained in:
parent
e8d403b697
commit
1f06e081c9
@ -48,5 +48,6 @@ buildGoModule rec {
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.mbrgm maintainers.dotlambda ];
|
||||
mainProgram = "restic";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user