dnscrypt-proxy2: Add Atemu to the maintainers

This commit is contained in:
Atemu 2020-02-07 14:35:53 +01:00
parent 07ccc6f753
commit 64ce6b2e8a

View File

@ -18,7 +18,7 @@ buildGoPackage rec {
license = licenses.isc; license = licenses.isc;
homepage = https://dnscrypt.info/; homepage = https://dnscrypt.info/;
maintainers = with maintainers; [ waynr ]; maintainers = with maintainers; [ atemu waynr ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }