mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 03:37:56 +00:00
mvfst: remove with lib;
(cherry picked from commit5848ed9bfb
) (cherry picked from commitb439b1b7f3
)
This commit is contained in:
parent
73d25fcdd1
commit
4acafb04da
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user