summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/rabbitmq-java-client (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: fix redirected urls•••According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` Patrick Hilhorst2020-01-221-1/+1
* treewide: remove redundant recvolth2019-08-281-1/+1
* treewide: http -> https sources (#42676)•••* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces Silvan Mosberger2018-06-281-1/+1
* Use common licence attributes from lib/licenses.nix•••Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense. Tobias Geerinckx-Rice2015-05-271-1/+1
* rabbitmq-client-java: refactor the package according to the guidelines from n...Evgeny Egorochkin2014-07-281-10/+6
* RabbitMQ Java client library: packageEvgeny Egorochkin2014-07-261-0/+34