URL Cleanup

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://blog.listincomprehension.com/search/label/procket (200) with 1 occurrences could not be migrated:
   ([https](https://blog.listincomprehension.com/search/label/procket) result ClosedChannelException).
* http://dozzie.jarowit.net/trac/wiki/TOML (200) with 1 occurrences could not be migrated:
   ([https](https://dozzie.jarowit.net/trac/wiki/TOML) result SSLHandshakeException).
* http://dozzie.jarowit.net/trac/wiki/subproc (200) with 1 occurrences could not be migrated:
   ([https](https://dozzie.jarowit.net/trac/wiki/subproc) result SSLHandshakeException).
* http://e2project.org (200) with 1 occurrences could not be migrated:
   ([https](https://e2project.org) result AnnotatedConnectException).
* http://nitrogenproject.com/ (200) with 2 occurrences could not be migrated:
   ([https](https://nitrogenproject.com/) result ConnectTimeoutException).
* http://proper.softlab.ntua.gr (200) with 1 occurrences could not be migrated:
   ([https](https://proper.softlab.ntua.gr) result SSLHandshakeException).
* http://yaws.hyber.org (200) with 1 occurrences could not be migrated:
   ([https](https://yaws.hyber.org) result AnnotatedConnectException).
* http://choven.ca (503) with 1 occurrences could not be migrated:
   ([https](https://choven.ca) result ConnectTimeoutException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://fixprotocol.org/ (301) with 1 occurrences migrated to:
  https://fixtrading.org ([https](https://fixprotocol.org/) result SSLHandshakeException).
* http://erldb.org (UnknownHostException) with 1 occurrences migrated to:
  https://erldb.org ([https](https://erldb.org) result UnknownHostException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://cloudi.org/ with 27 occurrences migrated to:
  https://cloudi.org/ ([https](https://cloudi.org/) result 200).
* http://erlware.org/ with 1 occurrences migrated to:
  https://erlware.org/ ([https](https://erlware.org/) result 200).
* http://inaka.github.io/cowboy-trails/ with 1 occurrences migrated to:
  https://inaka.github.io/cowboy-trails/ ([https](https://inaka.github.io/cowboy-trails/) result 200).
* http://learnyousomeerlang.com/ets with 1 occurrences migrated to:
  https://learnyousomeerlang.com/ets ([https](https://learnyousomeerlang.com/ets) result 200).
* http://ninenines.eu with 6 occurrences migrated to:
  https://ninenines.eu ([https](https://ninenines.eu) result 200).
* http://www.actordb.com/ with 2 occurrences migrated to:
  https://www.actordb.com/ ([https](https://www.actordb.com/) result 200).
* http://www.cs.kent.ac.uk/projects/wrangler/Home.html with 1 occurrences migrated to:
  https://www.cs.kent.ac.uk/projects/wrangler/Home.html ([https](https://www.cs.kent.ac.uk/projects/wrangler/Home.html) result 200).
* http://www.rabbitmq.com/configure.html with 2 occurrences migrated to:
  https://www.rabbitmq.com/configure.html ([https](https://www.rabbitmq.com/configure.html) result 200).
* http://www.rabbitmq.com/plugin-development.html with 1 occurrences migrated to:
  https://www.rabbitmq.com/plugin-development.html ([https](https://www.rabbitmq.com/plugin-development.html) result 200).
* http://www.rebar3.org with 1 occurrences migrated to:
  https://www.rebar3.org ([https](https://www.rebar3.org) result 200).
* http://inaka.github.com/apns4erl with 1 occurrences migrated to:
  https://inaka.github.com/apns4erl ([https](https://inaka.github.com/apns4erl) result 301).
* http://inaka.github.com/edis/ with 1 occurrences migrated to:
  https://inaka.github.com/edis/ ([https](https://inaka.github.com/edis/) result 301).
* http://lasp-lang.org/ with 1 occurrences migrated to:
  https://lasp-lang.org/ ([https](https://lasp-lang.org/) result 301).
* http://rabbitmq.com/access-control.html with 3 occurrences migrated to:
  https://rabbitmq.com/access-control.html ([https](https://rabbitmq.com/access-control.html) result 301).
* http://saleyn.github.com/erlexec with 1 occurrences migrated to:
  https://saleyn.github.com/erlexec ([https](https://saleyn.github.com/erlexec) result 301).
* http://www.mozilla.org/MPL/ with 8 occurrences migrated to:
  https://www.mozilla.org/MPL/ ([https](https://www.mozilla.org/MPL/) result 301).
* http://zhongwencool.github.io/observer_cli with 1 occurrences migrated to:
  https://zhongwencool.github.io/observer_cli ([https](https://zhongwencool.github.io/observer_cli) result 301).

# Ignored
These URLs were intentionally ignored.

* http://127.0.0.1:8080/auth/resource with 1 occurrences
* http://127.0.0.1:8080/auth/user with 1 occurrences
* http://127.0.0.1:8080/auth/vhost with 1 occurrences
* http://localhost:8080/auth/resource with 1 occurrences
* http://localhost:8080/auth/user with 1 occurrences
* http://localhost:8080/auth/vhost with 1 occurrences
This commit is contained in:
Spring Operator 2019-03-20 03:11:34 -05:00
parent 304d3ed34f
commit 683b6175ee
10 changed files with 61 additions and 61 deletions

View File

@ -1,6 +1,6 @@
# RabbitMQ Access Control Cache Plugin # RabbitMQ Access Control Cache Plugin
This plugin provides a caching layer for [access control operations](http://rabbitmq.com/access-control.html) This plugin provides a caching layer for [access control operations](https://rabbitmq.com/access-control.html)
performed by RabbitMQ nodes. performed by RabbitMQ nodes.
## Project Maturity ## Project Maturity
@ -9,14 +9,14 @@ As of 3.7.0, this plugin is distributed with RabbitMQ.
## Overview ## Overview
This plugin provides a way to cache [authentication and authorization backend](http://rabbitmq.com/access-control.html) This plugin provides a way to cache [authentication and authorization backend](https://rabbitmq.com/access-control.html)
results for a configurable amount of time. results for a configurable amount of time.
It's not an independent auth backend but a caching layer for existing backends It's not an independent auth backend but a caching layer for existing backends
such as the built-in, [LDAP](github.com/rabbitmq/rabbitmq-auth-backend-ldap), or [HTTP](github.com/rabbitmq/rabbitmq-auth-backend-http) such as the built-in, [LDAP](github.com/rabbitmq/rabbitmq-auth-backend-ldap), or [HTTP](github.com/rabbitmq/rabbitmq-auth-backend-http)
ones. ones.
Cache expiration is currently time-based. It is not very useful with the built-in Cache expiration is currently time-based. It is not very useful with the built-in
(internal) [authn/authz backends](http://rabbitmq.com/access-control.html) but can be very useful for LDAP, HTTP or other backends that (internal) [authn/authz backends](https://rabbitmq.com/access-control.html) but can be very useful for LDAP, HTTP or other backends that
use network requests. use network requests.
## RabbitMQ Version Requirements ## RabbitMQ Version Requirements
@ -38,7 +38,7 @@ Binary builds can be obtained [from project releases](https://github.com/rabbitm
## Building ## Building
You can build and install it like any other plugin (see You can build and install it like any other plugin (see
[the plugin development guide](http://www.rabbitmq.com/plugin-development.html)). [the plugin development guide](https://www.rabbitmq.com/plugin-development.html)).
## Authentication and Authorization Backend Configuration ## Authentication and Authorization Backend Configuration
@ -51,7 +51,7 @@ So a configuration fragment that enables this plugin *only* (this example is **i
auth_backends.1 = cache auth_backends.1 = cache
In the [classic config format](http://www.rabbitmq.com/configure.html#config-file-formats): In the [classic config format](https://www.rabbitmq.com/configure.html#config-file-formats):
``` erlang ``` erlang
[ [
@ -170,7 +170,7 @@ define `start_link` function to start cache process.
This repository provides several implementations: This repository provides several implementations:
* `rabbit_auth_cache_dict` stores cache entries in the internal process dictionary. **This module is for demonstration only and should not be used in production**. * `rabbit_auth_cache_dict` stores cache entries in the internal process dictionary. **This module is for demonstration only and should not be used in production**.
* `rabbit_auth_cache_ets` stores cache entries in an [ETS](http://learnyousomeerlang.com/ets) table and uses timers for cache invalidation. **This is the default implementation**. * `rabbit_auth_cache_ets` stores cache entries in an [ETS](https://learnyousomeerlang.com/ets) table and uses timers for cache invalidation. **This is the default implementation**.
* `rabbit_auth_cache_ets_segmented` stores cache entries in multiple ETS tables and does not delete individual cache items but rather * `rabbit_auth_cache_ets_segmented` stores cache entries in multiple ETS tables and does not delete individual cache items but rather
uses a separate process for garbage collection. uses a separate process for garbage collection.
* `rabbit_auth_cache_ets_segmented_stateless` same as previous, but with minimal use of `gen_server` state, using ets tables to store information about segments. * `rabbit_auth_cache_ets_segmented_stateless` same as previous, but with minimal use of `gen_server` state, using ets tables to store information about segments.
@ -183,7 +183,7 @@ Cache module can be set via sysctl config format:
auth_cache.cache_module = rabbit_auth_backend_ets_segmented auth_cache.cache_module = rabbit_auth_backend_ets_segmented
Additional cache module arguments can only be defined via the [advanced config](http://www.rabbitmq.com/configure.html#advanced-config-file) or classic config format: Additional cache module arguments can only be defined via the [advanced config](https://www.rabbitmq.com/configure.html#advanced-config-file) or classic config format:
``` erlang ``` erlang
[ [

View File

@ -301,7 +301,7 @@ pkg_active_commit = master
PACKAGES += actordb_core PACKAGES += actordb_core
pkg_actordb_core_name = actordb_core pkg_actordb_core_name = actordb_core
pkg_actordb_core_description = ActorDB main source pkg_actordb_core_description = ActorDB main source
pkg_actordb_core_homepage = http://www.actordb.com/ pkg_actordb_core_homepage = https://www.actordb.com/
pkg_actordb_core_fetch = git pkg_actordb_core_fetch = git
pkg_actordb_core_repo = https://github.com/biokoda/actordb_core pkg_actordb_core_repo = https://github.com/biokoda/actordb_core
pkg_actordb_core_commit = master pkg_actordb_core_commit = master
@ -309,7 +309,7 @@ pkg_actordb_core_commit = master
PACKAGES += actordb_thrift PACKAGES += actordb_thrift
pkg_actordb_thrift_name = actordb_thrift pkg_actordb_thrift_name = actordb_thrift
pkg_actordb_thrift_description = Thrift API for ActorDB pkg_actordb_thrift_description = Thrift API for ActorDB
pkg_actordb_thrift_homepage = http://www.actordb.com/ pkg_actordb_thrift_homepage = https://www.actordb.com/
pkg_actordb_thrift_fetch = git pkg_actordb_thrift_fetch = git
pkg_actordb_thrift_repo = https://github.com/biokoda/actordb_thrift pkg_actordb_thrift_repo = https://github.com/biokoda/actordb_thrift
pkg_actordb_thrift_commit = master pkg_actordb_thrift_commit = master
@ -357,7 +357,7 @@ pkg_antidote_commit = master
PACKAGES += apns PACKAGES += apns
pkg_apns_name = apns pkg_apns_name = apns
pkg_apns_description = Apple Push Notification Server for Erlang pkg_apns_description = Apple Push Notification Server for Erlang
pkg_apns_homepage = http://inaka.github.com/apns4erl pkg_apns_homepage = https://inaka.github.com/apns4erl
pkg_apns_fetch = git pkg_apns_fetch = git
pkg_apns_repo = https://github.com/inaka/apns4erl pkg_apns_repo = https://github.com/inaka/apns4erl
pkg_apns_commit = master pkg_apns_commit = master
@ -525,7 +525,7 @@ pkg_bson_commit = master
PACKAGES += bullet PACKAGES += bullet
pkg_bullet_name = bullet pkg_bullet_name = bullet
pkg_bullet_description = Simple, reliable, efficient streaming for Cowboy. pkg_bullet_description = Simple, reliable, efficient streaming for Cowboy.
pkg_bullet_homepage = http://ninenines.eu pkg_bullet_homepage = https://ninenines.eu
pkg_bullet_fetch = git pkg_bullet_fetch = git
pkg_bullet_repo = https://github.com/ninenines/bullet pkg_bullet_repo = https://github.com/ninenines/bullet
pkg_bullet_commit = master pkg_bullet_commit = master
@ -629,7 +629,7 @@ pkg_clique_commit = develop
PACKAGES += cloudi_core PACKAGES += cloudi_core
pkg_cloudi_core_name = cloudi_core pkg_cloudi_core_name = cloudi_core
pkg_cloudi_core_description = CloudI internal service runtime pkg_cloudi_core_description = CloudI internal service runtime
pkg_cloudi_core_homepage = http://cloudi.org/ pkg_cloudi_core_homepage = https://cloudi.org/
pkg_cloudi_core_fetch = git pkg_cloudi_core_fetch = git
pkg_cloudi_core_repo = https://github.com/CloudI/cloudi_core pkg_cloudi_core_repo = https://github.com/CloudI/cloudi_core
pkg_cloudi_core_commit = master pkg_cloudi_core_commit = master
@ -637,7 +637,7 @@ pkg_cloudi_core_commit = master
PACKAGES += cloudi_service_api_requests PACKAGES += cloudi_service_api_requests
pkg_cloudi_service_api_requests_name = cloudi_service_api_requests pkg_cloudi_service_api_requests_name = cloudi_service_api_requests
pkg_cloudi_service_api_requests_description = CloudI Service API requests (JSON-RPC/Erlang-term support) pkg_cloudi_service_api_requests_description = CloudI Service API requests (JSON-RPC/Erlang-term support)
pkg_cloudi_service_api_requests_homepage = http://cloudi.org/ pkg_cloudi_service_api_requests_homepage = https://cloudi.org/
pkg_cloudi_service_api_requests_fetch = git pkg_cloudi_service_api_requests_fetch = git
pkg_cloudi_service_api_requests_repo = https://github.com/CloudI/cloudi_service_api_requests pkg_cloudi_service_api_requests_repo = https://github.com/CloudI/cloudi_service_api_requests
pkg_cloudi_service_api_requests_commit = master pkg_cloudi_service_api_requests_commit = master
@ -645,7 +645,7 @@ pkg_cloudi_service_api_requests_commit = master
PACKAGES += cloudi_service_db PACKAGES += cloudi_service_db
pkg_cloudi_service_db_name = cloudi_service_db pkg_cloudi_service_db_name = cloudi_service_db
pkg_cloudi_service_db_description = CloudI Database (in-memory/testing/generic) pkg_cloudi_service_db_description = CloudI Database (in-memory/testing/generic)
pkg_cloudi_service_db_homepage = http://cloudi.org/ pkg_cloudi_service_db_homepage = https://cloudi.org/
pkg_cloudi_service_db_fetch = git pkg_cloudi_service_db_fetch = git
pkg_cloudi_service_db_repo = https://github.com/CloudI/cloudi_service_db pkg_cloudi_service_db_repo = https://github.com/CloudI/cloudi_service_db
pkg_cloudi_service_db_commit = master pkg_cloudi_service_db_commit = master
@ -653,7 +653,7 @@ pkg_cloudi_service_db_commit = master
PACKAGES += cloudi_service_db_cassandra PACKAGES += cloudi_service_db_cassandra
pkg_cloudi_service_db_cassandra_name = cloudi_service_db_cassandra pkg_cloudi_service_db_cassandra_name = cloudi_service_db_cassandra
pkg_cloudi_service_db_cassandra_description = Cassandra CloudI Service pkg_cloudi_service_db_cassandra_description = Cassandra CloudI Service
pkg_cloudi_service_db_cassandra_homepage = http://cloudi.org/ pkg_cloudi_service_db_cassandra_homepage = https://cloudi.org/
pkg_cloudi_service_db_cassandra_fetch = git pkg_cloudi_service_db_cassandra_fetch = git
pkg_cloudi_service_db_cassandra_repo = https://github.com/CloudI/cloudi_service_db_cassandra pkg_cloudi_service_db_cassandra_repo = https://github.com/CloudI/cloudi_service_db_cassandra
pkg_cloudi_service_db_cassandra_commit = master pkg_cloudi_service_db_cassandra_commit = master
@ -661,7 +661,7 @@ pkg_cloudi_service_db_cassandra_commit = master
PACKAGES += cloudi_service_db_cassandra_cql PACKAGES += cloudi_service_db_cassandra_cql
pkg_cloudi_service_db_cassandra_cql_name = cloudi_service_db_cassandra_cql pkg_cloudi_service_db_cassandra_cql_name = cloudi_service_db_cassandra_cql
pkg_cloudi_service_db_cassandra_cql_description = Cassandra CQL CloudI Service pkg_cloudi_service_db_cassandra_cql_description = Cassandra CQL CloudI Service
pkg_cloudi_service_db_cassandra_cql_homepage = http://cloudi.org/ pkg_cloudi_service_db_cassandra_cql_homepage = https://cloudi.org/
pkg_cloudi_service_db_cassandra_cql_fetch = git pkg_cloudi_service_db_cassandra_cql_fetch = git
pkg_cloudi_service_db_cassandra_cql_repo = https://github.com/CloudI/cloudi_service_db_cassandra_cql pkg_cloudi_service_db_cassandra_cql_repo = https://github.com/CloudI/cloudi_service_db_cassandra_cql
pkg_cloudi_service_db_cassandra_cql_commit = master pkg_cloudi_service_db_cassandra_cql_commit = master
@ -669,7 +669,7 @@ pkg_cloudi_service_db_cassandra_cql_commit = master
PACKAGES += cloudi_service_db_couchdb PACKAGES += cloudi_service_db_couchdb
pkg_cloudi_service_db_couchdb_name = cloudi_service_db_couchdb pkg_cloudi_service_db_couchdb_name = cloudi_service_db_couchdb
pkg_cloudi_service_db_couchdb_description = CouchDB CloudI Service pkg_cloudi_service_db_couchdb_description = CouchDB CloudI Service
pkg_cloudi_service_db_couchdb_homepage = http://cloudi.org/ pkg_cloudi_service_db_couchdb_homepage = https://cloudi.org/
pkg_cloudi_service_db_couchdb_fetch = git pkg_cloudi_service_db_couchdb_fetch = git
pkg_cloudi_service_db_couchdb_repo = https://github.com/CloudI/cloudi_service_db_couchdb pkg_cloudi_service_db_couchdb_repo = https://github.com/CloudI/cloudi_service_db_couchdb
pkg_cloudi_service_db_couchdb_commit = master pkg_cloudi_service_db_couchdb_commit = master
@ -677,7 +677,7 @@ pkg_cloudi_service_db_couchdb_commit = master
PACKAGES += cloudi_service_db_elasticsearch PACKAGES += cloudi_service_db_elasticsearch
pkg_cloudi_service_db_elasticsearch_name = cloudi_service_db_elasticsearch pkg_cloudi_service_db_elasticsearch_name = cloudi_service_db_elasticsearch
pkg_cloudi_service_db_elasticsearch_description = elasticsearch CloudI Service pkg_cloudi_service_db_elasticsearch_description = elasticsearch CloudI Service
pkg_cloudi_service_db_elasticsearch_homepage = http://cloudi.org/ pkg_cloudi_service_db_elasticsearch_homepage = https://cloudi.org/
pkg_cloudi_service_db_elasticsearch_fetch = git pkg_cloudi_service_db_elasticsearch_fetch = git
pkg_cloudi_service_db_elasticsearch_repo = https://github.com/CloudI/cloudi_service_db_elasticsearch pkg_cloudi_service_db_elasticsearch_repo = https://github.com/CloudI/cloudi_service_db_elasticsearch
pkg_cloudi_service_db_elasticsearch_commit = master pkg_cloudi_service_db_elasticsearch_commit = master
@ -685,7 +685,7 @@ pkg_cloudi_service_db_elasticsearch_commit = master
PACKAGES += cloudi_service_db_memcached PACKAGES += cloudi_service_db_memcached
pkg_cloudi_service_db_memcached_name = cloudi_service_db_memcached pkg_cloudi_service_db_memcached_name = cloudi_service_db_memcached
pkg_cloudi_service_db_memcached_description = memcached CloudI Service pkg_cloudi_service_db_memcached_description = memcached CloudI Service
pkg_cloudi_service_db_memcached_homepage = http://cloudi.org/ pkg_cloudi_service_db_memcached_homepage = https://cloudi.org/
pkg_cloudi_service_db_memcached_fetch = git pkg_cloudi_service_db_memcached_fetch = git
pkg_cloudi_service_db_memcached_repo = https://github.com/CloudI/cloudi_service_db_memcached pkg_cloudi_service_db_memcached_repo = https://github.com/CloudI/cloudi_service_db_memcached
pkg_cloudi_service_db_memcached_commit = master pkg_cloudi_service_db_memcached_commit = master
@ -693,7 +693,7 @@ pkg_cloudi_service_db_memcached_commit = master
PACKAGES += cloudi_service_db_mysql PACKAGES += cloudi_service_db_mysql
pkg_cloudi_service_db_mysql_name = cloudi_service_db_mysql pkg_cloudi_service_db_mysql_name = cloudi_service_db_mysql
pkg_cloudi_service_db_mysql_description = MySQL CloudI Service pkg_cloudi_service_db_mysql_description = MySQL CloudI Service
pkg_cloudi_service_db_mysql_homepage = http://cloudi.org/ pkg_cloudi_service_db_mysql_homepage = https://cloudi.org/
pkg_cloudi_service_db_mysql_fetch = git pkg_cloudi_service_db_mysql_fetch = git
pkg_cloudi_service_db_mysql_repo = https://github.com/CloudI/cloudi_service_db_mysql pkg_cloudi_service_db_mysql_repo = https://github.com/CloudI/cloudi_service_db_mysql
pkg_cloudi_service_db_mysql_commit = master pkg_cloudi_service_db_mysql_commit = master
@ -701,7 +701,7 @@ pkg_cloudi_service_db_mysql_commit = master
PACKAGES += cloudi_service_db_pgsql PACKAGES += cloudi_service_db_pgsql
pkg_cloudi_service_db_pgsql_name = cloudi_service_db_pgsql pkg_cloudi_service_db_pgsql_name = cloudi_service_db_pgsql
pkg_cloudi_service_db_pgsql_description = PostgreSQL CloudI Service pkg_cloudi_service_db_pgsql_description = PostgreSQL CloudI Service
pkg_cloudi_service_db_pgsql_homepage = http://cloudi.org/ pkg_cloudi_service_db_pgsql_homepage = https://cloudi.org/
pkg_cloudi_service_db_pgsql_fetch = git pkg_cloudi_service_db_pgsql_fetch = git
pkg_cloudi_service_db_pgsql_repo = https://github.com/CloudI/cloudi_service_db_pgsql pkg_cloudi_service_db_pgsql_repo = https://github.com/CloudI/cloudi_service_db_pgsql
pkg_cloudi_service_db_pgsql_commit = master pkg_cloudi_service_db_pgsql_commit = master
@ -709,7 +709,7 @@ pkg_cloudi_service_db_pgsql_commit = master
PACKAGES += cloudi_service_db_riak PACKAGES += cloudi_service_db_riak
pkg_cloudi_service_db_riak_name = cloudi_service_db_riak pkg_cloudi_service_db_riak_name = cloudi_service_db_riak
pkg_cloudi_service_db_riak_description = Riak CloudI Service pkg_cloudi_service_db_riak_description = Riak CloudI Service
pkg_cloudi_service_db_riak_homepage = http://cloudi.org/ pkg_cloudi_service_db_riak_homepage = https://cloudi.org/
pkg_cloudi_service_db_riak_fetch = git pkg_cloudi_service_db_riak_fetch = git
pkg_cloudi_service_db_riak_repo = https://github.com/CloudI/cloudi_service_db_riak pkg_cloudi_service_db_riak_repo = https://github.com/CloudI/cloudi_service_db_riak
pkg_cloudi_service_db_riak_commit = master pkg_cloudi_service_db_riak_commit = master
@ -717,7 +717,7 @@ pkg_cloudi_service_db_riak_commit = master
PACKAGES += cloudi_service_db_tokyotyrant PACKAGES += cloudi_service_db_tokyotyrant
pkg_cloudi_service_db_tokyotyrant_name = cloudi_service_db_tokyotyrant pkg_cloudi_service_db_tokyotyrant_name = cloudi_service_db_tokyotyrant
pkg_cloudi_service_db_tokyotyrant_description = Tokyo Tyrant CloudI Service pkg_cloudi_service_db_tokyotyrant_description = Tokyo Tyrant CloudI Service
pkg_cloudi_service_db_tokyotyrant_homepage = http://cloudi.org/ pkg_cloudi_service_db_tokyotyrant_homepage = https://cloudi.org/
pkg_cloudi_service_db_tokyotyrant_fetch = git pkg_cloudi_service_db_tokyotyrant_fetch = git
pkg_cloudi_service_db_tokyotyrant_repo = https://github.com/CloudI/cloudi_service_db_tokyotyrant pkg_cloudi_service_db_tokyotyrant_repo = https://github.com/CloudI/cloudi_service_db_tokyotyrant
pkg_cloudi_service_db_tokyotyrant_commit = master pkg_cloudi_service_db_tokyotyrant_commit = master
@ -725,7 +725,7 @@ pkg_cloudi_service_db_tokyotyrant_commit = master
PACKAGES += cloudi_service_filesystem PACKAGES += cloudi_service_filesystem
pkg_cloudi_service_filesystem_name = cloudi_service_filesystem pkg_cloudi_service_filesystem_name = cloudi_service_filesystem
pkg_cloudi_service_filesystem_description = Filesystem CloudI Service pkg_cloudi_service_filesystem_description = Filesystem CloudI Service
pkg_cloudi_service_filesystem_homepage = http://cloudi.org/ pkg_cloudi_service_filesystem_homepage = https://cloudi.org/
pkg_cloudi_service_filesystem_fetch = git pkg_cloudi_service_filesystem_fetch = git
pkg_cloudi_service_filesystem_repo = https://github.com/CloudI/cloudi_service_filesystem pkg_cloudi_service_filesystem_repo = https://github.com/CloudI/cloudi_service_filesystem
pkg_cloudi_service_filesystem_commit = master pkg_cloudi_service_filesystem_commit = master
@ -733,7 +733,7 @@ pkg_cloudi_service_filesystem_commit = master
PACKAGES += cloudi_service_http_client PACKAGES += cloudi_service_http_client
pkg_cloudi_service_http_client_name = cloudi_service_http_client pkg_cloudi_service_http_client_name = cloudi_service_http_client
pkg_cloudi_service_http_client_description = HTTP client CloudI Service pkg_cloudi_service_http_client_description = HTTP client CloudI Service
pkg_cloudi_service_http_client_homepage = http://cloudi.org/ pkg_cloudi_service_http_client_homepage = https://cloudi.org/
pkg_cloudi_service_http_client_fetch = git pkg_cloudi_service_http_client_fetch = git
pkg_cloudi_service_http_client_repo = https://github.com/CloudI/cloudi_service_http_client pkg_cloudi_service_http_client_repo = https://github.com/CloudI/cloudi_service_http_client
pkg_cloudi_service_http_client_commit = master pkg_cloudi_service_http_client_commit = master
@ -741,7 +741,7 @@ pkg_cloudi_service_http_client_commit = master
PACKAGES += cloudi_service_http_cowboy PACKAGES += cloudi_service_http_cowboy
pkg_cloudi_service_http_cowboy_name = cloudi_service_http_cowboy pkg_cloudi_service_http_cowboy_name = cloudi_service_http_cowboy
pkg_cloudi_service_http_cowboy_description = cowboy HTTP/HTTPS CloudI Service pkg_cloudi_service_http_cowboy_description = cowboy HTTP/HTTPS CloudI Service
pkg_cloudi_service_http_cowboy_homepage = http://cloudi.org/ pkg_cloudi_service_http_cowboy_homepage = https://cloudi.org/
pkg_cloudi_service_http_cowboy_fetch = git pkg_cloudi_service_http_cowboy_fetch = git
pkg_cloudi_service_http_cowboy_repo = https://github.com/CloudI/cloudi_service_http_cowboy pkg_cloudi_service_http_cowboy_repo = https://github.com/CloudI/cloudi_service_http_cowboy
pkg_cloudi_service_http_cowboy_commit = master pkg_cloudi_service_http_cowboy_commit = master
@ -749,7 +749,7 @@ pkg_cloudi_service_http_cowboy_commit = master
PACKAGES += cloudi_service_http_elli PACKAGES += cloudi_service_http_elli
pkg_cloudi_service_http_elli_name = cloudi_service_http_elli pkg_cloudi_service_http_elli_name = cloudi_service_http_elli
pkg_cloudi_service_http_elli_description = elli HTTP CloudI Service pkg_cloudi_service_http_elli_description = elli HTTP CloudI Service
pkg_cloudi_service_http_elli_homepage = http://cloudi.org/ pkg_cloudi_service_http_elli_homepage = https://cloudi.org/
pkg_cloudi_service_http_elli_fetch = git pkg_cloudi_service_http_elli_fetch = git
pkg_cloudi_service_http_elli_repo = https://github.com/CloudI/cloudi_service_http_elli pkg_cloudi_service_http_elli_repo = https://github.com/CloudI/cloudi_service_http_elli
pkg_cloudi_service_http_elli_commit = master pkg_cloudi_service_http_elli_commit = master
@ -757,7 +757,7 @@ pkg_cloudi_service_http_elli_commit = master
PACKAGES += cloudi_service_map_reduce PACKAGES += cloudi_service_map_reduce
pkg_cloudi_service_map_reduce_name = cloudi_service_map_reduce pkg_cloudi_service_map_reduce_name = cloudi_service_map_reduce
pkg_cloudi_service_map_reduce_description = Map/Reduce CloudI Service pkg_cloudi_service_map_reduce_description = Map/Reduce CloudI Service
pkg_cloudi_service_map_reduce_homepage = http://cloudi.org/ pkg_cloudi_service_map_reduce_homepage = https://cloudi.org/
pkg_cloudi_service_map_reduce_fetch = git pkg_cloudi_service_map_reduce_fetch = git
pkg_cloudi_service_map_reduce_repo = https://github.com/CloudI/cloudi_service_map_reduce pkg_cloudi_service_map_reduce_repo = https://github.com/CloudI/cloudi_service_map_reduce
pkg_cloudi_service_map_reduce_commit = master pkg_cloudi_service_map_reduce_commit = master
@ -765,7 +765,7 @@ pkg_cloudi_service_map_reduce_commit = master
PACKAGES += cloudi_service_oauth1 PACKAGES += cloudi_service_oauth1
pkg_cloudi_service_oauth1_name = cloudi_service_oauth1 pkg_cloudi_service_oauth1_name = cloudi_service_oauth1
pkg_cloudi_service_oauth1_description = OAuth v1.0 CloudI Service pkg_cloudi_service_oauth1_description = OAuth v1.0 CloudI Service
pkg_cloudi_service_oauth1_homepage = http://cloudi.org/ pkg_cloudi_service_oauth1_homepage = https://cloudi.org/
pkg_cloudi_service_oauth1_fetch = git pkg_cloudi_service_oauth1_fetch = git
pkg_cloudi_service_oauth1_repo = https://github.com/CloudI/cloudi_service_oauth1 pkg_cloudi_service_oauth1_repo = https://github.com/CloudI/cloudi_service_oauth1
pkg_cloudi_service_oauth1_commit = master pkg_cloudi_service_oauth1_commit = master
@ -773,7 +773,7 @@ pkg_cloudi_service_oauth1_commit = master
PACKAGES += cloudi_service_queue PACKAGES += cloudi_service_queue
pkg_cloudi_service_queue_name = cloudi_service_queue pkg_cloudi_service_queue_name = cloudi_service_queue
pkg_cloudi_service_queue_description = Persistent Queue Service pkg_cloudi_service_queue_description = Persistent Queue Service
pkg_cloudi_service_queue_homepage = http://cloudi.org/ pkg_cloudi_service_queue_homepage = https://cloudi.org/
pkg_cloudi_service_queue_fetch = git pkg_cloudi_service_queue_fetch = git
pkg_cloudi_service_queue_repo = https://github.com/CloudI/cloudi_service_queue pkg_cloudi_service_queue_repo = https://github.com/CloudI/cloudi_service_queue
pkg_cloudi_service_queue_commit = master pkg_cloudi_service_queue_commit = master
@ -781,7 +781,7 @@ pkg_cloudi_service_queue_commit = master
PACKAGES += cloudi_service_quorum PACKAGES += cloudi_service_quorum
pkg_cloudi_service_quorum_name = cloudi_service_quorum pkg_cloudi_service_quorum_name = cloudi_service_quorum
pkg_cloudi_service_quorum_description = CloudI Quorum Service pkg_cloudi_service_quorum_description = CloudI Quorum Service
pkg_cloudi_service_quorum_homepage = http://cloudi.org/ pkg_cloudi_service_quorum_homepage = https://cloudi.org/
pkg_cloudi_service_quorum_fetch = git pkg_cloudi_service_quorum_fetch = git
pkg_cloudi_service_quorum_repo = https://github.com/CloudI/cloudi_service_quorum pkg_cloudi_service_quorum_repo = https://github.com/CloudI/cloudi_service_quorum
pkg_cloudi_service_quorum_commit = master pkg_cloudi_service_quorum_commit = master
@ -789,7 +789,7 @@ pkg_cloudi_service_quorum_commit = master
PACKAGES += cloudi_service_router PACKAGES += cloudi_service_router
pkg_cloudi_service_router_name = cloudi_service_router pkg_cloudi_service_router_name = cloudi_service_router
pkg_cloudi_service_router_description = CloudI Router Service pkg_cloudi_service_router_description = CloudI Router Service
pkg_cloudi_service_router_homepage = http://cloudi.org/ pkg_cloudi_service_router_homepage = https://cloudi.org/
pkg_cloudi_service_router_fetch = git pkg_cloudi_service_router_fetch = git
pkg_cloudi_service_router_repo = https://github.com/CloudI/cloudi_service_router pkg_cloudi_service_router_repo = https://github.com/CloudI/cloudi_service_router
pkg_cloudi_service_router_commit = master pkg_cloudi_service_router_commit = master
@ -797,7 +797,7 @@ pkg_cloudi_service_router_commit = master
PACKAGES += cloudi_service_tcp PACKAGES += cloudi_service_tcp
pkg_cloudi_service_tcp_name = cloudi_service_tcp pkg_cloudi_service_tcp_name = cloudi_service_tcp
pkg_cloudi_service_tcp_description = TCP CloudI Service pkg_cloudi_service_tcp_description = TCP CloudI Service
pkg_cloudi_service_tcp_homepage = http://cloudi.org/ pkg_cloudi_service_tcp_homepage = https://cloudi.org/
pkg_cloudi_service_tcp_fetch = git pkg_cloudi_service_tcp_fetch = git
pkg_cloudi_service_tcp_repo = https://github.com/CloudI/cloudi_service_tcp pkg_cloudi_service_tcp_repo = https://github.com/CloudI/cloudi_service_tcp
pkg_cloudi_service_tcp_commit = master pkg_cloudi_service_tcp_commit = master
@ -805,7 +805,7 @@ pkg_cloudi_service_tcp_commit = master
PACKAGES += cloudi_service_timers PACKAGES += cloudi_service_timers
pkg_cloudi_service_timers_name = cloudi_service_timers pkg_cloudi_service_timers_name = cloudi_service_timers
pkg_cloudi_service_timers_description = Timers CloudI Service pkg_cloudi_service_timers_description = Timers CloudI Service
pkg_cloudi_service_timers_homepage = http://cloudi.org/ pkg_cloudi_service_timers_homepage = https://cloudi.org/
pkg_cloudi_service_timers_fetch = git pkg_cloudi_service_timers_fetch = git
pkg_cloudi_service_timers_repo = https://github.com/CloudI/cloudi_service_timers pkg_cloudi_service_timers_repo = https://github.com/CloudI/cloudi_service_timers
pkg_cloudi_service_timers_commit = master pkg_cloudi_service_timers_commit = master
@ -813,7 +813,7 @@ pkg_cloudi_service_timers_commit = master
PACKAGES += cloudi_service_udp PACKAGES += cloudi_service_udp
pkg_cloudi_service_udp_name = cloudi_service_udp pkg_cloudi_service_udp_name = cloudi_service_udp
pkg_cloudi_service_udp_description = UDP CloudI Service pkg_cloudi_service_udp_description = UDP CloudI Service
pkg_cloudi_service_udp_homepage = http://cloudi.org/ pkg_cloudi_service_udp_homepage = https://cloudi.org/
pkg_cloudi_service_udp_fetch = git pkg_cloudi_service_udp_fetch = git
pkg_cloudi_service_udp_repo = https://github.com/CloudI/cloudi_service_udp pkg_cloudi_service_udp_repo = https://github.com/CloudI/cloudi_service_udp
pkg_cloudi_service_udp_commit = master pkg_cloudi_service_udp_commit = master
@ -821,7 +821,7 @@ pkg_cloudi_service_udp_commit = master
PACKAGES += cloudi_service_validate PACKAGES += cloudi_service_validate
pkg_cloudi_service_validate_name = cloudi_service_validate pkg_cloudi_service_validate_name = cloudi_service_validate
pkg_cloudi_service_validate_description = CloudI Validate Service pkg_cloudi_service_validate_description = CloudI Validate Service
pkg_cloudi_service_validate_homepage = http://cloudi.org/ pkg_cloudi_service_validate_homepage = https://cloudi.org/
pkg_cloudi_service_validate_fetch = git pkg_cloudi_service_validate_fetch = git
pkg_cloudi_service_validate_repo = https://github.com/CloudI/cloudi_service_validate pkg_cloudi_service_validate_repo = https://github.com/CloudI/cloudi_service_validate
pkg_cloudi_service_validate_commit = master pkg_cloudi_service_validate_commit = master
@ -829,7 +829,7 @@ pkg_cloudi_service_validate_commit = master
PACKAGES += cloudi_service_zeromq PACKAGES += cloudi_service_zeromq
pkg_cloudi_service_zeromq_name = cloudi_service_zeromq pkg_cloudi_service_zeromq_name = cloudi_service_zeromq
pkg_cloudi_service_zeromq_description = ZeroMQ CloudI Service pkg_cloudi_service_zeromq_description = ZeroMQ CloudI Service
pkg_cloudi_service_zeromq_homepage = http://cloudi.org/ pkg_cloudi_service_zeromq_homepage = https://cloudi.org/
pkg_cloudi_service_zeromq_fetch = git pkg_cloudi_service_zeromq_fetch = git
pkg_cloudi_service_zeromq_repo = https://github.com/CloudI/cloudi_service_zeromq pkg_cloudi_service_zeromq_repo = https://github.com/CloudI/cloudi_service_zeromq
pkg_cloudi_service_zeromq_commit = master pkg_cloudi_service_zeromq_commit = master
@ -877,7 +877,7 @@ pkg_covertool_commit = master
PACKAGES += cowboy PACKAGES += cowboy
pkg_cowboy_name = cowboy pkg_cowboy_name = cowboy
pkg_cowboy_description = Small, fast and modular HTTP server. pkg_cowboy_description = Small, fast and modular HTTP server.
pkg_cowboy_homepage = http://ninenines.eu pkg_cowboy_homepage = https://ninenines.eu
pkg_cowboy_fetch = git pkg_cowboy_fetch = git
pkg_cowboy_repo = https://github.com/ninenines/cowboy pkg_cowboy_repo = https://github.com/ninenines/cowboy
pkg_cowboy_commit = 1.0.4 pkg_cowboy_commit = 1.0.4
@ -893,7 +893,7 @@ pkg_cowdb_commit = master
PACKAGES += cowlib PACKAGES += cowlib
pkg_cowlib_name = cowlib pkg_cowlib_name = cowlib
pkg_cowlib_description = Support library for manipulating Web protocols. pkg_cowlib_description = Support library for manipulating Web protocols.
pkg_cowlib_homepage = http://ninenines.eu pkg_cowlib_homepage = https://ninenines.eu
pkg_cowlib_fetch = git pkg_cowlib_fetch = git
pkg_cowlib_repo = https://github.com/ninenines/cowlib pkg_cowlib_repo = https://github.com/ninenines/cowlib
pkg_cowlib_commit = 1.0.2 pkg_cowlib_commit = 1.0.2
@ -1085,7 +1085,7 @@ pkg_edgar_commit = master
PACKAGES += edis PACKAGES += edis
pkg_edis_name = edis pkg_edis_name = edis
pkg_edis_description = An Erlang implementation of Redis KV Store pkg_edis_description = An Erlang implementation of Redis KV Store
pkg_edis_homepage = http://inaka.github.com/edis/ pkg_edis_homepage = https://inaka.github.com/edis/
pkg_edis_fetch = git pkg_edis_fetch = git
pkg_edis_repo = https://github.com/inaka/edis pkg_edis_repo = https://github.com/inaka/edis
pkg_edis_commit = master pkg_edis_commit = master
@ -1413,7 +1413,7 @@ pkg_erlcron_commit = master
PACKAGES += erldb PACKAGES += erldb
pkg_erldb_name = erldb pkg_erldb_name = erldb
pkg_erldb_description = ORM (Object-relational mapping) application implemented in Erlang pkg_erldb_description = ORM (Object-relational mapping) application implemented in Erlang
pkg_erldb_homepage = http://erldb.org pkg_erldb_homepage = https://erldb.org
pkg_erldb_fetch = git pkg_erldb_fetch = git
pkg_erldb_repo = https://github.com/erldb/erldb pkg_erldb_repo = https://github.com/erldb/erldb
pkg_erldb_commit = master pkg_erldb_commit = master
@ -1677,7 +1677,7 @@ pkg_evum_commit = master
PACKAGES += exec PACKAGES += exec
pkg_exec_name = erlexec pkg_exec_name = erlexec
pkg_exec_description = Execute and control OS processes from Erlang/OTP. pkg_exec_description = Execute and control OS processes from Erlang/OTP.
pkg_exec_homepage = http://saleyn.github.com/erlexec pkg_exec_homepage = https://saleyn.github.com/erlexec
pkg_exec_fetch = git pkg_exec_fetch = git
pkg_exec_repo = https://github.com/saleyn/erlexec pkg_exec_repo = https://github.com/saleyn/erlexec
pkg_exec_commit = master pkg_exec_commit = master
@ -1772,7 +1772,7 @@ pkg_find_crate_commit = master
PACKAGES += fix PACKAGES += fix
pkg_fix_name = fix pkg_fix_name = fix
pkg_fix_description = http://fixprotocol.org/ implementation. pkg_fix_description = https://fixtrading.org implementation.
pkg_fix_homepage = https://github.com/maxlapshin/fix pkg_fix_homepage = https://github.com/maxlapshin/fix
pkg_fix_fetch = git pkg_fix_fetch = git
pkg_fix_repo = https://github.com/maxlapshin/fix pkg_fix_repo = https://github.com/maxlapshin/fix
@ -2421,7 +2421,7 @@ pkg_lambdapad_commit = master
PACKAGES += lasp PACKAGES += lasp
pkg_lasp_name = lasp pkg_lasp_name = lasp
pkg_lasp_description = A Language for Distributed, Eventually Consistent Computations pkg_lasp_description = A Language for Distributed, Eventually Consistent Computations
pkg_lasp_homepage = http://lasp-lang.org/ pkg_lasp_homepage = https://lasp-lang.org/
pkg_lasp_fetch = git pkg_lasp_fetch = git
pkg_lasp_repo = https://github.com/lasp-lang/lasp pkg_lasp_repo = https://github.com/lasp-lang/lasp
pkg_lasp_commit = master pkg_lasp_commit = master
@ -2469,7 +2469,7 @@ pkg_ling_commit = master
PACKAGES += live PACKAGES += live
pkg_live_name = live pkg_live_name = live
pkg_live_description = Automated module and configuration reloader. pkg_live_description = Automated module and configuration reloader.
pkg_live_homepage = http://ninenines.eu pkg_live_homepage = https://ninenines.eu
pkg_live_fetch = git pkg_live_fetch = git
pkg_live_repo = https://github.com/ninenines/live pkg_live_repo = https://github.com/ninenines/live
pkg_live_commit = master pkg_live_commit = master
@ -2885,7 +2885,7 @@ pkg_oauth2_commit = master
PACKAGES += observer_cli PACKAGES += observer_cli
pkg_observer_cli_name = observer_cli pkg_observer_cli_name = observer_cli
pkg_observer_cli_description = Visualize Erlang/Elixir Nodes On The Command Line pkg_observer_cli_description = Visualize Erlang/Elixir Nodes On The Command Line
pkg_observer_cli_homepage = http://zhongwencool.github.io/observer_cli pkg_observer_cli_homepage = https://zhongwencool.github.io/observer_cli
pkg_observer_cli_fetch = git pkg_observer_cli_fetch = git
pkg_observer_cli_repo = https://github.com/zhongwencool/observer_cli pkg_observer_cli_repo = https://github.com/zhongwencool/observer_cli
pkg_observer_cli_commit = master pkg_observer_cli_commit = master
@ -3205,7 +3205,7 @@ pkg_rafter_commit = master
PACKAGES += ranch PACKAGES += ranch
pkg_ranch_name = ranch pkg_ranch_name = ranch
pkg_ranch_description = Socket acceptor pool for TCP protocols. pkg_ranch_description = Socket acceptor pool for TCP protocols.
pkg_ranch_homepage = http://ninenines.eu pkg_ranch_homepage = https://ninenines.eu
pkg_ranch_fetch = git pkg_ranch_fetch = git
pkg_ranch_repo = https://github.com/ninenines/ranch pkg_ranch_repo = https://github.com/ninenines/ranch
pkg_ranch_commit = 1.2.1 pkg_ranch_commit = 1.2.1
@ -3221,7 +3221,7 @@ pkg_rbeacon_commit = master
PACKAGES += rebar PACKAGES += rebar
pkg_rebar_name = rebar 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_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_homepage = https://www.rebar3.org
pkg_rebar_fetch = git pkg_rebar_fetch = git
pkg_rebar_repo = https://github.com/rebar/rebar3 pkg_rebar_repo = https://github.com/rebar/rebar3
pkg_rebar_commit = master pkg_rebar_commit = master
@ -3301,7 +3301,7 @@ pkg_relx_commit = master
PACKAGES += resource_discovery PACKAGES += resource_discovery
pkg_resource_discovery_name = resource_discovery pkg_resource_discovery_name = resource_discovery
pkg_resource_discovery_description = An application used to dynamically discover resources present in an Erlang node cluster. pkg_resource_discovery_description = An application used to dynamically discover resources present in an Erlang node cluster.
pkg_resource_discovery_homepage = http://erlware.org/ pkg_resource_discovery_homepage = https://erlware.org/
pkg_resource_discovery_fetch = git pkg_resource_discovery_fetch = git
pkg_resource_discovery_repo = https://github.com/erlware/resource_discovery pkg_resource_discovery_repo = https://github.com/erlware/resource_discovery
pkg_resource_discovery_commit = master pkg_resource_discovery_commit = master
@ -3469,7 +3469,7 @@ pkg_seestar_commit = master
PACKAGES += service PACKAGES += service
pkg_service_name = service pkg_service_name = service
pkg_service_description = A minimal Erlang behavior for creating CloudI internal services pkg_service_description = A minimal Erlang behavior for creating CloudI internal services
pkg_service_homepage = http://cloudi.org/ pkg_service_homepage = https://cloudi.org/
pkg_service_fetch = git pkg_service_fetch = git
pkg_service_repo = https://github.com/CloudI/service pkg_service_repo = https://github.com/CloudI/service
pkg_service_commit = master pkg_service_commit = master
@ -3509,7 +3509,7 @@ pkg_sgte_commit = master
PACKAGES += sheriff PACKAGES += sheriff
pkg_sheriff_name = sheriff pkg_sheriff_name = sheriff
pkg_sheriff_description = Parse transform for type based validation. pkg_sheriff_description = Parse transform for type based validation.
pkg_sheriff_homepage = http://ninenines.eu pkg_sheriff_homepage = https://ninenines.eu
pkg_sheriff_fetch = git pkg_sheriff_fetch = git
pkg_sheriff_repo = https://github.com/extend/sheriff pkg_sheriff_repo = https://github.com/extend/sheriff
pkg_sheriff_commit = master pkg_sheriff_commit = master
@ -3861,7 +3861,7 @@ pkg_traffic_tools_commit = master
PACKAGES += trails PACKAGES += trails
pkg_trails_name = trails pkg_trails_name = trails
pkg_trails_description = A couple of improvements over Cowboy Routes pkg_trails_description = A couple of improvements over Cowboy Routes
pkg_trails_homepage = http://inaka.github.io/cowboy-trails/ pkg_trails_homepage = https://inaka.github.io/cowboy-trails/
pkg_trails_fetch = git pkg_trails_fetch = git
pkg_trails_repo = https://github.com/inaka/cowboy-trails pkg_trails_repo = https://github.com/inaka/cowboy-trails
pkg_trails_commit = master pkg_trails_commit = master
@ -4077,7 +4077,7 @@ pkg_worker_pool_commit = master
PACKAGES += wrangler PACKAGES += wrangler
pkg_wrangler_name = wrangler pkg_wrangler_name = wrangler
pkg_wrangler_description = Import of the Wrangler svn repository. pkg_wrangler_description = Import of the Wrangler svn repository.
pkg_wrangler_homepage = http://www.cs.kent.ac.uk/projects/wrangler/Home.html pkg_wrangler_homepage = https://www.cs.kent.ac.uk/projects/wrangler/Home.html
pkg_wrangler_fetch = git pkg_wrangler_fetch = git
pkg_wrangler_repo = https://github.com/RefactoringTools/wrangler pkg_wrangler_repo = https://github.com/RefactoringTools/wrangler
pkg_wrangler_commit = master pkg_wrangler_commit = master

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License %% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/ %% at https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

View File

@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License %% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in %% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License at %% compliance with the License. You may obtain a copy of the License at
%% http://www.mozilla.org/MPL/ %% https://www.mozilla.org/MPL/
%% %%
%% Software distributed under the License is distributed on an "AS IS" %% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the