ソースを参照

Added info for hex

pull/144/head
Chandrashekhar Mullaparthi 9年前
コミット
1ae07edae8
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      src/ibrowse.app.src

+ 6
- 1
src/ibrowse.app.src ファイルの表示

@ -4,4 +4,9 @@
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
{mod, {ibrowse_app, []}}]}.
{mod, {ibrowse_app, []}},
{maintainers, ["Chandrashekhar Mullaparthi"]},
{licenses, ["GPLv2", "BSD"]},
{links, ["https://github.com/cmullaparthi/ibrowse"]}
]
}.

読み込み中…
キャンセル
保存