From: Frédéric Péters Date: Thu, 18 Jun 2020 06:18:31 +0000 (+0200) Subject: add Daniel Sheeler to authors X-Git-Tag: 11~4 X-Git-Url: https://git.0d.be/?p=jack_mixer.git;a=commitdiff_plain;h=231b6aba68aadc2d79fcea8d07c88326eceaa578 add Daniel Sheeler to authors --- diff --git a/AUTHORS b/AUTHORS index 8f45a5a..fa05128 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,8 @@ Current Maintainer Frederic Peters -Original Author -=============== +Authors +======= -Nedko Arnaudov +Nedko Arnaudov (original author) +Daniel Sheeler diff --git a/jack_mixer.py b/jack_mixer.py index c435b32..f71e701 100755 --- a/jack_mixer.py +++ b/jack_mixer.py @@ -569,7 +569,8 @@ You should have received a copy of the GNU General Public License along with jack_mixer; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA''') about.set_authors(['Nedko Arnaudov ', - 'Frederic Peters ']) + 'Frederic Peters ', + 'Daniel Sheeler ']) about.set_logo_icon_name('jack_mixer') about.set_website('http://home.gna.org/jackmixer/')