unbound: remove with lib

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