fb303: remove with lib;

(cherry picked from commit fa9cad876b)
(cherry picked from commit 96a8b82093f2194b2052ee2b2b4b78a591d8cd90)
This commit is contained in:
Emily
2024-11-30 15:11:28 +01:00
committed by Vladimír Čunát
parent f8ac058129
commit 668359885b
+4 -4
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 ];
};
})