about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorpokon548 <65808665+pokon548@users.noreply.github.com>2023-08-07 14:33:33 +0800
committerpokon548 <65808665+pokon548@users.noreply.github.com>2023-08-07 14:33:33 +0800
commit872d49d1881b66fcdbf1455acc3b34d6653b6741 (patch)
tree0681f7115a41cb0420ff645713ea4a4353fce0d4 /pkgs
parentdcf5ae3d0b21d7b70c049c37f3a8ec7fe1cf1352 (diff)
downloadnixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.tar
nixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.tar.gz
nixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.tar.bz2
nixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.tar.lz
nixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.tar.xz
nixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.tar.zst
nixlib-872d49d1881b66fcdbf1455acc3b34d6653b6741.zip
dae: add meta.mainProgram
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/dae/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/dae/default.nix b/pkgs/tools/networking/dae/default.nix
index 7abd3975eaff..9c874f860d27 100644
--- a/pkgs/tools/networking/dae/default.nix
+++ b/pkgs/tools/networking/dae/default.nix
@@ -58,7 +58,8 @@ buildGoModule rec {
     description = "A Linux high-performance transparent proxy solution based on eBPF";
     homepage = "https://github.com/daeuniverse/dae";
     license = licenses.agpl3Only;
-    maintainers = with maintainers; [ oluceps ];
+    maintainers = with maintainers; [ oluceps pokon548 ];
     platforms = platforms.linux;
+    mainProgram = "dae";
   };
 }