dnsdist: Replace myself with SuperSandro2000

This commit is contained in:
Janne Heß
2020-11-02 01:35:47 +01:00
parent 7551ec6e3b
commit 6404b25714

View File

@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "DNS Loadbalancer";
homepage = "https://dnsdist.org";
license = licenses.gpl2;
maintainers = with maintainers; [ das_j ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}