diff --git a/Jellyfin MPV Shim.iss b/Jellyfin MPV Shim.iss index 6e3be62..9b92a98 100644 --- a/Jellyfin MPV Shim.iss +++ b/Jellyfin MPV Shim.iss @@ -3,7 +3,7 @@ #define MyAppName "Jellyfin MPV Shim" #define MyAppVersion "2.6.0" -#define MyAppPublisher "Ian Walton" +#define MyAppPublisher "Izzie Walton" #define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim" #define MyAppExeName "run.exe" diff --git a/LICENSE.md b/LICENSE.md index 2b68896..a711f1b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -5,7 +5,7 @@ terms of the GPLv3, as this is the more restrictive license. ## MIT License -Copyright (c) 2019 Ian Walton +Copyright (c) 2019 Izzie Walton Copyright (c) 2014 Weston Nielson Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml index dd67ad8..f6e2b79 100644 --- a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml +++ b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml @@ -1,12 +1,12 @@ - + com.github.iwalton3.jellyfin-mpv-shim FSFAP GPL-3.0 Jellyfin MPV Shim Cast-only client for Jellyfin Media Server - Ian Walton + Izzie Walton

diff --git a/setup.py b/setup.py index 08b1856..04a3c02 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ if sys.platform.startswith("win32"): setup( name="jellyfin-mpv-shim", version="2.6.0", - author="Ian Walton", - author_email="iwalton3@gmail.com", + author="Izzie Walton", + author_email="izzie@iwalton.com", description="Cast media from Jellyfin Mobile and Web apps to MPV.", license="GPLv3", long_description=open("README.md").read(),