From 9d7c5ab2a62467afb87fe022ced7080b996c8691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20L=C3=B3pez?= Date: Wed, 7 Jun 2017 12:42:53 -0500 Subject: [PATCH] s/chilicuil/javier-lopez/ --- README.md | 2 +- ffcast.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ebec85..9b5ce93 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## ffcast -[ffcast](https://github.com/chilicuil/ffcast/) helps the user interactively select a screen region and hands over the geometry to an external command, such as ffmpeg, for screen recording. This is a custom version for POSIX sh shells, refer to [lolilolicon](https://github.com/lolilolicon/FFcast2) for the original one. +[ffcast](https://github.com/javier-lopez/ffcast/) helps the user interactively select a screen region and hands over the geometry to an external command, such as ffmpeg, for screen recording. This is a custom version for POSIX sh shells, refer to [lolilolicon](https://github.com/lolilolicon/FFcast2) for the original one.

ffcast diff --git a/ffcast.sh b/ffcast.sh index b10babc..147ffc5 100755 --- a/ffcast.sh +++ b/ffcast.sh @@ -1,8 +1,8 @@ #!/usr/bin/env sh # -# FFcast, http://github.com/chilicuil/ffcast +# FFcast, http://github.com/javier-lopez/ffcast # Copyright (C) 2011 lolilolicon -# Copyright (C) 2014 Javier Lopez +# Copyright (C) 2014 Javier López # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by