Skip to content

Commit b281ab5

Browse files
kurt-njLiruMouse
authored andcommitted
updat fork info
1 parent 1e330d7 commit b281ab5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>
1414
than 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)