mvfst: remove with lib;

(cherry picked from commit 5848ed9bfb)
(cherry picked from commit b439b1b7f3cfb1295076b9a01976f6f2fe0bb5ae)
This commit is contained in:
Emily
2024-11-30 15:11:18 +01:00
committed by Vladimír Čunát
parent 73d25fcdd1
commit 4acafb04da
+4 -4
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 ];
};
})