dnscrypt-proxy: Add myself as maintainer
This commit is contained in:
parent
5afdc14871
commit
3113d31070
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A tool for securing communications between a client and a DNS resolver";
|
description = "A tool for securing communications between a client and a DNS resolver";
|
||||||
homepage = http://dnscrypt.org/;
|
homepage = http://dnscrypt.org/;
|
||||||
license = stdenv.lib.licenses.isc;
|
license = stdenv.lib.licenses.isc;
|
||||||
maintainers = with stdenv.lib.maintainers; [ joachifm ];
|
maintainers = with stdenv.lib.maintainers; [ joachifm jgeerds ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user