From 15f6d00d09f4c7d8790d6373d06b5aba28a4c1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda=20=5Bmagnusi=5D?= Date: Thu, 5 Oct 2017 21:55:41 +0200 Subject: [PATCH] Try fixing all issues (#351) * try fixing all issues * Change thrussh repository link --- .travis.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 916f948..9544091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: rust before_script: gem install awesome_bot # `crates.io` needs to be whitelisted, because of https://github.com/rust-lang/crates.io/issues/788 -script: awesome_bot -f README.md --allow-dupe --allow-ssl --white-list crates.io +script: awesome_bot -f README.md --allow-dupe --allow-ssl --white-list crates.io,sciter.com diff --git a/README.md b/README.md index e117e97..0816ad0 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [buster/rrun](https://github.com/buster/rrun) — a command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun) * [cristianoliveira/funzzy](https://github.com/cristianoliveira/funzzy) — a configurable filesystem watcher inspired by [entr](http://entrproject.org/) [](https://travis-ci.org/cristianoliveira/funzzy) * [derniercri/snatch](https://github.com/derniercri/snatch) — a download accelerator [](https://travis-ci.org/derniercri/snatch) - * [lotabout/skim](https://github.com/lotabout/skim) — A fuzzy finder in pure rust [](https://api.travis-ci.org/lotabout/skim) + * [lotabout/skim](https://github.com/lotabout/skim) — A fuzzy finder in pure rust [](https://travis-ci.org/lotabout/skim) * [mmstick/parallel](https://github.com/mmstick/parallel) — a command-line CPU load balancer * [mmstick/systemd-manager](https://github.com/mmstick/systemd-manager) — a systemd service manager written in Rust using GTK-rs. * [mmstick/tv-renamer](https://github.com/mmstick/tv-renamer) — a tv series renaming application with an optional GTK3 frontend. [](https://travis-ci.org/mmstick/tv-renamer) @@ -252,7 +252,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * [mgattozzi/haskellrs](https://github.com/mgattozzi/haskellrs) — Rust in Haskell FFI Example * [mgattozzi/rushs](https://github.com/mgattozzi/rushs) — Haskell in Rust FFI Example * Java - * [bennettanderson/rjni](https://github.com/bennettanderson/rjni) — use Java from Rust [](https://travis-ci.org/GravityScore/RustJNI) + * [bennettanderson/rjni](https://github.com/benanders/rjni) — use Java from Rust [](https://travis-ci.org/GravityScore/RustJNI) * [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — use Rust from Java [](https://travis-ci.org/drrb/java-rust-example) * [kud1ing/rucaja](https://github.com/kud1ing/rucaja) [[rucaja](https://crates.io/crates/rucaja)] — use Java from Rust [](https://travis-ci.org/kud1ing/rucaja) * [prevoty/jni-rs](https://github.com/prevoty/jni-rs) [[jni](https://crates.io/crates/jni)] — use Rust from Java [](https://travis-ci.org/prevoty/jni-rs) @@ -803,7 +803,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [mattnenterprise/rust-pop3](https://github.com/mattnenterprise/rust-pop3) — a [POP3](https://en.wikipedia.org/wiki/Post_Office_Protocol) client for Rust [](https://travis-ci.org/mattnenterprise/rust-pop3) * SSH * [alexcrichton/ssh2-rs](https://github.com/alexcrichton/ssh2-rs) — [libssh2](https://www.libssh2.org/) bindings [](https://travis-ci.org/alexcrichton/ssh2-rs) - * [Thrussh](https://pijul.org/thrussh/) — an SSH library written from scratch in Rust, backed by [libsodium](https://download.libsodium.org/doc/) + * [Thrussh](https://github.com/pijul-scm/thrussh/) — an SSH library written from scratch in Rust, backed by [libsodium](https://download.libsodium.org/doc/) * Stomp * [zslayton/stomp-rs](https://github.com/zslayton/stomp-rs) — a [STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html) client implementation in Rust [](https://travis-ci.org/zslayton/stomp-rs) * uTP