mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 00:38:32 +00:00
fb303: remove with lib;
This commit is contained in:
parent
3c20ddd66d
commit
fa9cad876b
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user