fb303: remove with lib;

(cherry picked from commit fa9cad876b)
This commit is contained in:
Emily 2024-11-13 15:29:56 +00:00 committed by github-actions[bot]
parent b7a013ff3c
commit 96a8b82093

View File

@ -43,11 +43,11 @@ stdenv.mkDerivation (finalAttrs: {
(darwinMinVersionHook "11.0")
];
meta = with lib; {
meta = {
description = "Base Thrift service and a common set of functionality for querying stats, options, and other information from a service";
homepage = "https://github.com/facebook/fb303";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ kylesferrazza ];
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ kylesferrazza ];
};
})