unbound: set myself as maintainer

This commit is contained in:
ajs124
2022-08-01 17:22:34 +02:00
parent f2298fcf8f
commit 982f8b6f4e
+1 -1
View File
@@ -148,7 +148,7 @@ stdenv.mkDerivation rec {
description = "Validating, recursive, and caching DNS resolver";
license = licenses.bsd3;
homepage = "https://www.unbound.net";
maintainers = with maintainers; [ fpletz globin ];
maintainers = with maintainers; [ ajs124 ];
platforms = platforms.unix;
};
}