1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

restic: set meta.mainProgram

This commit is contained in:
networkException 2023-12-12 21:49:17 +01:00
parent e8d403b697
commit 1f06e081c9
No known key found for this signature in database
GPG key ID: E3877443AE684391

View file

@ -48,5 +48,6 @@ buildGoModule rec {
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsd2;
maintainers = [ maintainers.mbrgm maintainers.dotlambda ];
mainProgram = "restic";
};
}