File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ The generated serialization code is highly optimized and has been measured at
1313** 10 and 25 times faster** <sub >[ why?] ( #why-is-it-faster-than-the-apache-implementation ) </sub >
1414than the code generated by the Apache Thrift Erlang implementation.
1515
16+ ## Fork Changes
17+ - Add ` name: "sifi_thrift" ` to package section
18+ - Up version number ` 2.0.0-dev.X `
19+ - Change project URL
20+
1621## Project Status
1722
1823[ Version 2.0] ( https://github.com/pinterest/elixir-thrift/milestone/1 ) is under
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ defmodule Thrift.Mixfile do
4949 ] ,
5050
5151 # Docs
52- name: "sifi_ex_elixir-thrift_v2" , # "unique" name
5352 docs: [
5453 main: "Thrift" ,
5554 extra_section: "Guides" ,
@@ -95,6 +94,7 @@ defmodule Thrift.Mixfile do
9594
9695 defp package do
9796 [
97+ name: "sifi_thrift" ,
9898 maintainers: [
9999 "Steve Cohen" ,
100100 "James Fish" ,
You can’t perform that action at this time.
0 commit comments