Skip to content

Commit

Permalink
Remove exla and torchx from reserved names
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 28, 2022
1 parent 2b0e9cc commit 20b15a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hexpm/repository/package.ex
Expand Up @@ -30,7 +30,7 @@ defmodule Hexpm.Repository.Package do
ssl stdlib syntax_tools toolbar tools typer wx xmerl
)
@inets_names ~w(tftp httpc httpd)
@app_names ~w(toucan exla torchx net http net_http)
@app_names ~w(toucan net http net_http)
@windows_names ~w(
nul con prn aux com1 com2 com3 com4 com5 com6 com7 com8 com9 lpt1 lpt2
lpt3 lpt4 lpt5 lpt6 lpt7 lpt8 lpt9
Expand Down

0 comments on commit 20b15a6

Please sign in to comment.