unbound: add Scrumplex to maintainers

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-04-25 23:16:08 +02:00
parent c335c9cc62
commit 4eecf80f20
+1 -1
View File
@@ -213,7 +213,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Validating, recursive, and caching DNS resolver";
license = licenses.bsd3;
homepage = "https://www.unbound.net";
maintainers = [ ];
maintainers = with lib.maintainers; [ Scrumplex ];
platforms = platforms.unix ++ platforms.windows;
};
})