Merge pull request #201430 from viraptor/doggo-darwin

doggo: enable darwin support
This commit is contained in:
Stanisław Pitucha 2022-11-16 13:59:58 +11:00 committed by GitHub
commit 34769aa892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}