🏳️‍⚧️

This commit is contained in:
Izzie Walton 2024-05-13 17:14:08 -04:00
parent d2c8db78a4
commit 2f219d5967
4 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Ian Walton <ian@iwalton.com> -->
<!-- Copyright 2020 Izzie Walton <izzie@iwalton.com> -->
<component type="desktop-application">
<id>com.github.iwalton3.jellyfin-mpv-shim</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Jellyfin MPV Shim</name>
<summary>Cast-only client for Jellyfin Media Server</summary>
<developer_name>Ian Walton</developer_name>
<developer_name>Izzie Walton</developer_name>
<description>
<p>

View File

@ -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(),