Skip to content

Commit

Permalink
evdi: sort meta attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 2, 2024
1 parent 7ae4984 commit 93d5d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/evdi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
})

0 comments on commit 93d5d8d

Please sign in to comment.