summary refs log tree commit diff
path: root/pkgs/tools/networking/dnscrypt-proxy
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2014-11-21 15:42:11 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2014-11-22 16:19:06 +0100
commit119d93e22396f337fb3c74a68db2f2ce3ba81977 (patch)
tree08939cf02c0f359acbb2bb633164297531e1cb98 /pkgs/tools/networking/dnscrypt-proxy
parent444bda19362e6b3d725b91dbcd2f2963f3fc23e8 (diff)
dnscrypt-proxy: minor superficial improvements
- Use upstream description and explicitly set platforms = all
- Coding conventions fix
Diffstat (limited to 'pkgs/tools/networking/dnscrypt-proxy')
-rw-r--r--pkgs/tools/networking/dnscrypt-proxy/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/dnscrypt-proxy/default.nix b/pkgs/tools/networking/dnscrypt-proxy/default.nix
index d0205be35b92c..50c8dae902cf6 100644
--- a/pkgs/tools/networking/dnscrypt-proxy/default.nix
+++ b/pkgs/tools/networking/dnscrypt-proxy/default.nix
@@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
   buildInputs = [ libsodium ];
 
   meta = {
-    description = "A DNS proxy which encrypts and authenticates requests using the DNSCrypt protocol.";
+    description = "A tool for securing communications between a client and a DNS resolver";
     homepage = http://dnscrypt.org/;
     license = with stdenv.lib.licenses; [ isc ];
     maintainers = with stdenv.lib.maintainers; [ joachifm ];
+    platform = stdenv.lib.platforms.all;
   };
 }