aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-04 11:59:19 +0200
committerLoïc Hoguin <[email protected]>2023-05-04 11:59:19 +0200
commit2b6744a9b01bbf49935577f3d14aff82e0e63370 (patch)
tree932139dc3da8c64d17b5f3df5da0a810930967af
parent8d8eb4d40344da5fe0824b8efd7af01a8e707800 (diff)
downloaderlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.tar.gz
erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.tar.bz2
erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.zip
Update package branches and in some cases URLs
Most of them went master->main. Some went master->develop.
-rw-r--r--index/decimal.mk4
-rw-r--r--index/dns.mk2
-rw-r--r--index/ehsa.mk8
-rw-r--r--index/eleveldb.mk2
-rw-r--r--index/elixir.mk2
-rw-r--r--index/elli.mk2
-rw-r--r--index/erldns.mk2
-rw-r--r--index/jobs.mk6
-rw-r--r--index/kafka_protocol.mk4
-rw-r--r--index/kinetic.mk2
-rw-r--r--index/mixer.mk2
-rw-r--r--index/oauth.mk2
-rw-r--r--index/pgo.mk2
-rw-r--r--index/rebar.mk4
-rw-r--r--index/riak_core.mk2
-rw-r--r--index/riak_ensemble.mk2
-rw-r--r--index/riak_kv.mk2
-rw-r--r--index/riak_pipe.mk2
-rw-r--r--index/sidejob.mk2
-rw-r--r--index/worker_pool.mk2
20 files changed, 28 insertions, 28 deletions
diff --git a/index/decimal.mk b/index/decimal.mk
index 9b50847..b8879b9 100644
--- a/index/decimal.mk
+++ b/index/decimal.mk
@@ -1,7 +1,7 @@
PACKAGES += decimal
pkg_decimal_name = decimal
pkg_decimal_description = An Erlang decimal arithmetic library
-pkg_decimal_homepage = https://github.com/tim/erlang-decimal
+pkg_decimal_homepage = https://github.com/egobrain/decimal
pkg_decimal_fetch = git
-pkg_decimal_repo = https://github.com/tim/erlang-decimal
+pkg_decimal_repo = https://github.com/egobrain/decimal
pkg_decimal_commit = master
diff --git a/index/dns.mk b/index/dns.mk
index 0cd1325..27e9a51 100644
--- a/index/dns.mk
+++ b/index/dns.mk
@@ -4,4 +4,4 @@ pkg_dns_description = Erlang DNS library
pkg_dns_homepage = https://github.com/aetrion/dns_erlang
pkg_dns_fetch = git
pkg_dns_repo = https://github.com/aetrion/dns_erlang
-pkg_dns_commit = master
+pkg_dns_commit = main
diff --git a/index/ehsa.mk b/index/ehsa.mk
index 0d1bfac..98c9f8b 100644
--- a/index/ehsa.mk
+++ b/index/ehsa.mk
@@ -1,7 +1,7 @@
PACKAGES += ehsa
pkg_ehsa_name = ehsa
pkg_ehsa_description = Erlang HTTP server basic and digest authentication modules
-pkg_ehsa_homepage = https://bitbucket.org/a12n/ehsa
-pkg_ehsa_fetch = hg
-pkg_ehsa_repo = https://bitbucket.org/a12n/ehsa
-pkg_ehsa_commit = default
+pkg_ehsa_homepage = https://github.com/a12n/ehsa
+pkg_ehsa_fetch = git
+pkg_ehsa_repo = https://github.com/a12n/ehsa
+pkg_ehsa_commit = master
diff --git a/index/eleveldb.mk b/index/eleveldb.mk
index 07d7ceb..f562a56 100644
--- a/index/eleveldb.mk
+++ b/index/eleveldb.mk
@@ -4,4 +4,4 @@ pkg_eleveldb_description = Erlang LevelDB API
pkg_eleveldb_homepage = https://github.com/basho/eleveldb
pkg_eleveldb_fetch = git
pkg_eleveldb_repo = https://github.com/basho/eleveldb
-pkg_eleveldb_commit = master
+pkg_eleveldb_commit = develop
diff --git a/index/elixir.mk b/index/elixir.mk
index d1d4f05..818a4d3 100644
--- a/index/elixir.mk
+++ b/index/elixir.mk
@@ -4,4 +4,4 @@ pkg_elixir_description = Elixir is a dynamic, functional language designed for b
pkg_elixir_homepage = https://elixir-lang.org/
pkg_elixir_fetch = git
pkg_elixir_repo = https://github.com/elixir-lang/elixir
-pkg_elixir_commit = master
+pkg_elixir_commit = main
diff --git a/index/elli.mk b/index/elli.mk
index f76f838..1da1f1c 100644
--- a/index/elli.mk
+++ b/index/elli.mk
@@ -4,4 +4,4 @@ pkg_elli_description = Simple, robust and performant Erlang web server
pkg_elli_homepage = https://github.com/elli-lib/elli
pkg_elli_fetch = git
pkg_elli_repo = https://github.com/elli-lib/elli
-pkg_elli_commit = master
+pkg_elli_commit = main
diff --git a/index/erldns.mk b/index/erldns.mk
index d5ab604..2d4bf5b 100644
--- a/index/erldns.mk
+++ b/index/erldns.mk
@@ -4,4 +4,4 @@ pkg_erldns_description = DNS server, in erlang.
pkg_erldns_homepage = https://github.com/aetrion/erl-dns
pkg_erldns_fetch = git
pkg_erldns_repo = https://github.com/aetrion/erl-dns
-pkg_erldns_commit = master
+pkg_erldns_commit = main
diff --git a/index/jobs.mk b/index/jobs.mk
index ebe6e74..97d1576 100644
--- a/index/jobs.mk
+++ b/index/jobs.mk
@@ -1,7 +1,7 @@
PACKAGES += jobs
pkg_jobs_name = jobs
-pkg_jobs_description = a Job scheduler for load regulation
-pkg_jobs_homepage = https://github.com/esl/jobs
+pkg_jobs_description = Job scheduler for load regulation
+pkg_jobs_homepage = https://github.com/uwiger/jobs
pkg_jobs_fetch = git
-pkg_jobs_repo = https://github.com/esl/jobs
+pkg_jobs_repo = https://github.com/uwiger/jobs
pkg_jobs_commit = master
diff --git a/index/kafka_protocol.mk b/index/kafka_protocol.mk
index 8a9fb2f..426e815 100644
--- a/index/kafka_protocol.mk
+++ b/index/kafka_protocol.mk
@@ -1,7 +1,7 @@
PACKAGES += kafka_protocol
pkg_kafka_protocol_name = kafka_protocol
pkg_kafka_protocol_description = Kafka protocol Erlang library
-pkg_kafka_protocol_homepage = https://github.com/klarna/kafka_protocol
+pkg_kafka_protocol_homepage = https://github.com/kafka4beam/kafka_protocol
pkg_kafka_protocol_fetch = git
-pkg_kafka_protocol_repo = https://github.com/klarna/kafka_protocol.git
+pkg_kafka_protocol_repo = https://github.com/kafka4beam/kafka_protocol
pkg_kafka_protocol_commit = master
diff --git a/index/kinetic.mk b/index/kinetic.mk
index 869bc4f..8f622b4 100644
--- a/index/kinetic.mk
+++ b/index/kinetic.mk
@@ -4,4 +4,4 @@ pkg_kinetic_description = Erlang Kinesis Client
pkg_kinetic_homepage = https://github.com/AdRoll/kinetic
pkg_kinetic_fetch = git
pkg_kinetic_repo = https://github.com/AdRoll/kinetic
-pkg_kinetic_commit = master
+pkg_kinetic_commit = main
diff --git a/index/mixer.mk b/index/mixer.mk
index 8a84c3a..4eb4105 100644
--- a/index/mixer.mk
+++ b/index/mixer.mk
@@ -4,4 +4,4 @@ pkg_mixer_description = Mix in functions from other modules
pkg_mixer_homepage = https://github.com/chef/mixer
pkg_mixer_fetch = git
pkg_mixer_repo = https://github.com/chef/mixer
-pkg_mixer_commit = master
+pkg_mixer_commit = main
diff --git a/index/oauth.mk b/index/oauth.mk
index 93bdd9f..026f7c5 100644
--- a/index/oauth.mk
+++ b/index/oauth.mk
@@ -4,4 +4,4 @@ pkg_oauth_description = An Erlang OAuth 1.0 implementation
pkg_oauth_homepage = https://github.com/tim/erlang-oauth
pkg_oauth_fetch = git
pkg_oauth_repo = https://github.com/tim/erlang-oauth
-pkg_oauth_commit = master
+pkg_oauth_commit = main
diff --git a/index/pgo.mk b/index/pgo.mk
index c7cd340..1510d01 100644
--- a/index/pgo.mk
+++ b/index/pgo.mk
@@ -4,4 +4,4 @@ pkg_pgo_description = Erlang Postgres client and connection pool
pkg_pgo_homepage = https://github.com/erleans/pgo.git
pkg_pgo_fetch = git
pkg_pgo_repo = https://github.com/erleans/pgo.git
-pkg_pgo_commit = master
+pkg_pgo_commit = main
diff --git a/index/rebar.mk b/index/rebar.mk
index bd4096b..7638219 100644
--- a/index/rebar.mk
+++ b/index/rebar.mk
@@ -3,5 +3,5 @@ pkg_rebar_name = rebar
pkg_rebar_description = Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
pkg_rebar_homepage = http://www.rebar3.org
pkg_rebar_fetch = git
-pkg_rebar_repo = https://github.com/rebar/rebar3
-pkg_rebar_commit = master
+pkg_rebar_repo = https://github.com/erlang/rebar3
+pkg_rebar_commit = main
diff --git a/index/riak_core.mk b/index/riak_core.mk
index e3bfcfc..a30d4cd 100644
--- a/index/riak_core.mk
+++ b/index/riak_core.mk
@@ -4,4 +4,4 @@ pkg_riak_core_description = Distributed systems infrastructure used by Riak.
pkg_riak_core_homepage = https://github.com/basho/riak_core
pkg_riak_core_fetch = git
pkg_riak_core_repo = https://github.com/basho/riak_core
-pkg_riak_core_commit = master
+pkg_riak_core_commit = develop
diff --git a/index/riak_ensemble.mk b/index/riak_ensemble.mk
index 24ad92b..f240275 100644
--- a/index/riak_ensemble.mk
+++ b/index/riak_ensemble.mk
@@ -4,4 +4,4 @@ pkg_riak_ensemble_description = Multi-Paxos framework in Erlang
pkg_riak_ensemble_homepage = https://github.com/basho/riak_ensemble
pkg_riak_ensemble_fetch = git
pkg_riak_ensemble_repo = https://github.com/basho/riak_ensemble
-pkg_riak_ensemble_commit = master
+pkg_riak_ensemble_commit = develop
diff --git a/index/riak_kv.mk b/index/riak_kv.mk
index 8b878de..0718f79 100644
--- a/index/riak_kv.mk
+++ b/index/riak_kv.mk
@@ -4,4 +4,4 @@ pkg_riak_kv_description = Riak Key/Value Store
pkg_riak_kv_homepage = https://github.com/basho/riak_kv
pkg_riak_kv_fetch = git
pkg_riak_kv_repo = https://github.com/basho/riak_kv
-pkg_riak_kv_commit = master
+pkg_riak_kv_commit = develop
diff --git a/index/riak_pipe.mk b/index/riak_pipe.mk
index 7b83b77..f82c6b8 100644
--- a/index/riak_pipe.mk
+++ b/index/riak_pipe.mk
@@ -4,4 +4,4 @@ pkg_riak_pipe_description = Riak Pipelines
pkg_riak_pipe_homepage = https://github.com/basho/riak_pipe
pkg_riak_pipe_fetch = git
pkg_riak_pipe_repo = https://github.com/basho/riak_pipe
-pkg_riak_pipe_commit = master
+pkg_riak_pipe_commit = develop
diff --git a/index/sidejob.mk b/index/sidejob.mk
index 53001f5..c173e18 100644
--- a/index/sidejob.mk
+++ b/index/sidejob.mk
@@ -4,4 +4,4 @@ pkg_sidejob_description = Parallel worker and capacity limiting library for Erla
pkg_sidejob_homepage = https://github.com/basho/sidejob
pkg_sidejob_fetch = git
pkg_sidejob_repo = https://github.com/basho/sidejob
-pkg_sidejob_commit = master
+pkg_sidejob_commit = develop
diff --git a/index/worker_pool.mk b/index/worker_pool.mk
index 11e47da..26341f3 100644
--- a/index/worker_pool.mk
+++ b/index/worker_pool.mk
@@ -4,4 +4,4 @@ pkg_worker_pool_description = a simple erlang worker pool
pkg_worker_pool_homepage = https://github.com/inaka/worker_pool
pkg_worker_pool_fetch = git
pkg_worker_pool_repo = https://github.com/inaka/worker_pool
-pkg_worker_pool_commit = master
+pkg_worker_pool_commit = main