From 48f511b1167c1626b8dfe949ca0a29099b4441c8 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Tue, 14 Nov 2017 20:13:52 -0700 Subject: [PATCH] Fix Arun's name again. SRSLY. --- resources/feed.xml | 8 ++++---- ...{arun_kulshreshthra.rs => arun_kulshreshtha.rs} | 14 +++++++------- src/interview/rbr_2017/mod.rs | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) rename src/interview/rbr_2017/{arun_kulshreshthra.rs => arun_kulshreshtha.rs} (92%) diff --git a/resources/feed.xml b/resources/feed.xml index 2703a584..c7f331cb 100644 --- a/resources/feed.xml +++ b/resources/feed.xml @@ -10,8 +10,8 @@ 2015 Chris Krycho hello@newrustacean.com (Chris Krycho) hello@newrustacean.com (Chris Krycho) - Tue, 14 Nov 2017 20:07:55 -0700 - Tue, 14 Nov 2017 20:07:56 -0700 + Tue, 14 Nov 2017 20:13:42 -0700 + Tue, 14 Nov 2017 20:13:42 -0700 http://newrustacean.com/podcast.png New Rustacean @@ -43,10 +43,10 @@ episodic RBR 2017: Arun Kulsheshthra - http://newrustacean.com/show_notes/interview/rbr_2017/arun_kulshreshthra/ + http://newrustacean.com/show_notes/interview/rbr_2017/arun_kulshreshtha/ Tue, 14 Nov 2017 20:02:51 -0700 - + 3BCC7FC9-B335-45A3-BE58-1B2DE224958B Chris Krycho A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28. diff --git a/src/interview/rbr_2017/arun_kulshreshthra.rs b/src/interview/rbr_2017/arun_kulshreshtha.rs similarity index 92% rename from src/interview/rbr_2017/arun_kulshreshthra.rs rename to src/interview/rbr_2017/arun_kulshreshtha.rs index c3c174b8..2df21899 100644 --- a/src/interview/rbr_2017/arun_kulshreshthra.rs +++ b/src/interview/rbr_2017/arun_kulshreshtha.rs @@ -6,14 +6,14 @@ //! + [MP3] //! + [Ogg] //! -//! [M4A]: http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.m4a -//! [MP3]: http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.mp3 -//! [Ogg]: http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.ogg +//! [M4A]: http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.m4a +//! [MP3]: http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.mp3 +//! [Ogg]: http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.ogg //! //! @@ -22,7 +22,7 @@ /// **C:** Hi, can you tell us your name and where you work and how you got into /// Rust? /// -/// **A:** Sure. My name is Arun Kolshreshthra. I’m a software engineer at +/// **A:** Sure. My name is Arun Kulshreshtha. I’m a software engineer at /// Facebook, and that’s actually how I got into Rust. Um, when I joined /// Facebook, fresh out of college, um, there was a new Rust project - a new /// Mercurial server being written in Rust there. I joined Facebook’s source diff --git a/src/interview/rbr_2017/mod.rs b/src/interview/rbr_2017/mod.rs index 47c29e9f..37af2010 100644 --- a/src/interview/rbr_2017/mod.rs +++ b/src/interview/rbr_2017/mod.rs @@ -124,4 +124,4 @@ pub mod colin_dean; pub mod anthony_deschamps; -pub mod arun_kulshreshthra; +pub mod arun_kulshreshtha;