Loading pkgs/by-name/wc/wcc/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -71,15 +71,15 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; meta = with lib; { meta = { homepage = "https://github.com/endrazine/wcc"; description = "Witchcraft compiler collection: tools to convert and script ELF files"; license = licenses.mit; license = lib.licenses.mit; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ orivej DieracDelta ]; Loading Loading
pkgs/by-name/wc/wcc/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -71,15 +71,15 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; meta = with lib; { meta = { homepage = "https://github.com/endrazine/wcc"; description = "Witchcraft compiler collection: tools to convert and script ELF files"; license = licenses.mit; license = lib.licenses.mit; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ orivej DieracDelta ]; Loading