about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/codeowners/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/codeowners/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/codeowners/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/codeowners/default.nix b/nixpkgs/pkgs/development/tools/codeowners/default.nix
index 186b8b4fdb73..3a92def28895 100644
--- a/nixpkgs/pkgs/development/tools/codeowners/default.nix
+++ b/nixpkgs/pkgs/development/tools/codeowners/default.nix
@@ -15,6 +15,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "A CLI and Go library for Github's CODEOWNERS file";
+    mainProgram = "codeowners";
     homepage = "https://github.com/hmarr/codeowners";
     license = licenses.mit;
     maintainers = with maintainers; [ yorickvp ];