From 9c46608b6f669deb155c9e31a6c77f8b38fc33a3 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 16 Dec 2014 21:51:11 +0100 Subject: [PATCH] adjust --- generate_markdown_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate_markdown_files.py b/generate_markdown_files.py index 7aa59aa..b7869e0 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -46,7 +46,7 @@ DATA = \ "url": 'https://github.com/carllerche/nix-rust', "descr": 'Linux API bindings', "travis_url": 'https://travis-ci.org/carllerche/nix-rust', - "travis_badge": 'https://travis-ci.org/lcarllerche/nix-rust.svg?branch=master', + "travis_badge": 'https://travis-ci.org/carllerche/nix-rust.svg?branch=master', "unstable": False }, 'vhbit/ObjCrust': { @@ -704,8 +704,8 @@ add( ' * Sqlite', rows_stable, rows_unstable ) entry( ' * ', 'linuxfood/rustsqlite', rows_stable, rows_unstable ) add( '\n### Date and time\n', rows_stable, rows_unstable ) -entry( '* ', 'rust-lang/time', rows_stable, rows_unstable ) entry( '* ', 'lifthrasiir/rust-chrono', rows_stable, rows_unstable ) +entry( '* ', 'rust-lang/time', rows_stable, rows_unstable ) add( '\n### Encoding\n', rows_stable, rows_unstable ) entry( '* ', 'TyOverby/bincode', rows_stable, rows_unstable )