Browse Source

rename proxy (#2091)

star9029 2 years ago
parent
commit
1626fd8dd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/m/microsoft-proxy/xmake.lua

+ 1 - 1
packages/p/proxy/xmake.lua → packages/m/microsoft-proxy/xmake.lua

@@ -1,4 +1,4 @@
-package("proxy")
+package("microsoft-proxy")
 
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/microsoft/proxy")