Skip to content

Commit

Permalink
🏳️‍⚧️
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed May 13, 2024
1 parent d2c8db7 commit 2f219d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jellyfin MPV Shim.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
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(),
Expand Down

0 comments on commit 2f219d5

Please sign in to comment.