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