lol

wcc: remove with lib

kyehn cb9306a7 16f2b6a6

+3 -3
+3 -3
pkgs/by-name/wc/wcc/package.nix
··· 71 71 72 72 enableParallelBuilding = true; 73 73 74 - meta = with lib; { 74 + meta = { 75 75 homepage = "https://github.com/endrazine/wcc"; 76 76 description = "Witchcraft compiler collection: tools to convert and script ELF files"; 77 - license = licenses.mit; 77 + license = lib.licenses.mit; 78 78 platforms = [ 79 79 "x86_64-linux" 80 80 "aarch64-linux" 81 81 ]; 82 - maintainers = with maintainers; [ 82 + maintainers = with lib.maintainers; [ 83 83 orivej 84 84 DieracDelta 85 85 ];