Update amqp*_client Makefiles for branch rename
For hex publishing correctness
This commit is contained in:
parent
0ab453e09d
commit
34782e591c
|
@ -7,7 +7,7 @@ define PROJECT_APP_EXTRA_KEYS
|
|||
{licenses, ["MPL-2.0"]},
|
||||
{links, [
|
||||
{"Website", "https://www.rabbitmq.com/"},
|
||||
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_client"}
|
||||
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp10_client"}
|
||||
]},
|
||||
{build_tools, ["make", "rebar3"]},
|
||||
{files, [
|
||||
|
@ -20,7 +20,7 @@ define HEX_TARBALL_EXTRA_METADATA
|
|||
licenses => [<<"MPL-2.0">>],
|
||||
links => #{
|
||||
<<"Website">> => <<"https://www.rabbitmq.com">>,
|
||||
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_client">>
|
||||
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp10_client">>
|
||||
}
|
||||
}
|
||||
endef
|
||||
|
|
|
@ -6,7 +6,7 @@ define PROJECT_APP_EXTRA_KEYS
|
|||
{licenses, ["MPL-2.0"]},
|
||||
{links, [
|
||||
{"Website", "https://www.rabbitmq.com/"},
|
||||
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_common"}
|
||||
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp10_common"}
|
||||
]},
|
||||
{build_tools, ["make", "rebar3"]},
|
||||
{files, [
|
||||
|
@ -19,7 +19,7 @@ define HEX_TARBALL_EXTRA_METADATA
|
|||
licenses => [<<"MPL-2.0">>],
|
||||
links => #{
|
||||
<<"Website">> => <<"https://www.rabbitmq.com">>,
|
||||
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_common">>
|
||||
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp10_common">>
|
||||
}
|
||||
}
|
||||
endef
|
||||
|
|
|
@ -16,7 +16,7 @@ define PROJECT_APP_EXTRA_KEYS
|
|||
{licenses, ["MPL-2.0"]},
|
||||
{links, [
|
||||
{"Website", "https://www.rabbitmq.com/"},
|
||||
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp_client"},
|
||||
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp_client"},
|
||||
{"User guide", "https://www.rabbitmq.com/erlang-client-user-guide.html"}
|
||||
]},
|
||||
{build_tools, ["make", "rebar3"]},
|
||||
|
@ -30,7 +30,7 @@ define HEX_TARBALL_EXTRA_METADATA
|
|||
licenses => [<<"MPL-2.0">>],
|
||||
links => #{
|
||||
<<"Website">> => <<"https://www.rabbitmq.com">>,
|
||||
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp_client">>,
|
||||
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp_client">>,
|
||||
<<"User guide">> => <<"https://www.rabbitmq.com/erlang-client-user-guide.html">>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue