Unverified Commit d23fedd8 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

yggdrasil: fix missing meta.mainProgram (#475099)

parents c10e9960 355831d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ buildGoModule rec {
    description = "Experiment in scalable routing as an encrypted IPv6 overlay network";
    homepage = "https://yggdrasil-network.github.io/";
    license = lib.licenses.lgpl3;
    mainProgram = "yggdrasil";
    maintainers = with lib.maintainers; [
      gazally
      lassulus