mvfst: remove with lib;

(cherry picked from commit 5848ed9bfb)
(cherry picked from commit b439b1b7f3)
This commit is contained in:
Emily 2024-11-13 15:02:42 +00:00 committed by Vladimír Čunát
parent 73d25fcdd1
commit 4acafb04da
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -36,11 +36,11 @@ stdenv.mkDerivation (finalAttrs: {
(darwinMinVersionHook "11.0")
];
meta = with lib; {
meta = {
description = "Implementation of the QUIC transport protocol";
homepage = "https://github.com/facebook/mvfst";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ris ];
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ris ];
};
})