Unverified Commit 4eecf80f authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

unbound: add Scrumplex to maintainers

parent c335c9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})