Unverified Commit 34769aa8 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

Merge pull request #201430 from viraptor/doggo-darwin

doggo: enable darwin support
parents ce893219 ef0edbb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ buildGoModule rec {
      It outputs information in a neat concise manner and supports protocols like DoH, DoT, DoQ, and DNSCrypt as well
    '';
    license = licenses.gpl3Only;
    platforms = platforms.linux;
    platforms = platforms.unix;
    maintainers = with maintainers; [ georgesalkhouri ];
  };
}