misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those packages.
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A tool for securing communications between a client and a DNS resolver";
|
||||
homepage = https://dnscrypt.info/;
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ joachifm jgeerds ];
|
||||
maintainers = with maintainers; [ joachifm ];
|
||||
# upstream claims OSX support, but Hydra fails
|
||||
platforms = platforms.linux; # Maybe other non-darwin Unix
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user