evdi: sort meta attributes

This commit is contained in:
Pol Dellaiera 2024-01-31 18:04:18 +01:00
parent 7ae4984c30
commit 93d5d8dcde
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -43,12 +43,12 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
meta = with lib; {
broken = kernel.kernelOlder "4.19";
changelog = "https://github.com/DisplayLink/evdi/releases/tag/v${version}";
description = "Extensible Virtual Display Interface";
homepage = "https://www.displaylink.com/";
license = with licenses; [ lgpl21Only gpl2Only ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = with licenses; [ lgpl21Only gpl2Only ];
homepage = "https://www.displaylink.com/";
broken = kernel.kernelOlder "4.19";
};
})