game-music-emu: Merged in new-repo (pull request #40)

From 29732312440edbc17d9bbcad77db6825fb09bba3 Mon Sep 17 00:00:00 2001
From: Wohlstand <[EMAIL REDACTED]>
Date: Tue, 3 Oct 2023 13:15:08 +0300
Subject: [PATCH 1/3] gme.txt: Remove trailing spaces

---
 gme.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gme.txt b/gme.txt
index cbddf7f..31cb94d 100644
--- a/gme.txt
+++ b/gme.txt
@@ -209,7 +209,7 @@ examples assume these variables:
 
 If you're letting the library determine a file's type, you can use
 either gme_open_file() or gme_open_data():
-	
+
 	error = gme_open_file( pathname, &emu );
 	error = gme_open_data( pointer, size, &emu );
 
@@ -227,7 +227,7 @@ create an emulator, you can use the following methods of loading:
 		// code that reads 'count' bytes into 'out' buffer
 		// and return 0 if no error
 	}
-	
+
 	error = gme_load_custom( emu, my_read, file_size, my_data );
 
 

From 25cd1c6ef728ca23584c627bc30d89ac4cf8fc98 Mon Sep 17 00:00:00 2001
From: Wohlstand <admin@wohlnet.ru>
Date: Tue, 3 Oct 2023 13:15:40 +0300
Subject: [PATCH 2/3] Updated repository links to a new location

---
 gme.txt    | 4 ++--
 readme.txt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gme.txt b/gme.txt
index 31cb94d..e6c6b9e 100644
--- a/gme.txt
+++ b/gme.txt
@@ -2,8 +2,8 @@ Game_Music_Emu 0.7.0
 --------------------
 Author     : Shay Green <gblargg@gmail.com>
 Maintainer : Michael Pyne <mpyne@purinchu.net>
-Website    : https://bitbucket.org/mpyne/game-music-emu/
-Source     : https://bitbucket.org/mpyne/game-music-emu/
+Website    : https://github.com/libgme/game-music-emu
+Source     : https://github.com/libgme/game-music-emu
 License    : GNU Lesser General Public License (LGPL), see LICENSE.txt
 
 Contents
diff --git a/readme.txt b/readme.txt
index ab599df..6007aa4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -34,7 +34,7 @@ several architectures, Mac OS, MorphOS, Xbox, PlayStation Portable,
 GP2X, and Nintendo DS.
 
 Author : Shay Green <gblargg@gmail.com>
-Website: https://bitbucket.org/mpyne/game-music-emu/wiki/Home
+Website: https://github.com/libgme/game-music-emu/wiki
 License: GNU Lesser General Public License (LGPL)
 
 Note: When you will use MAME YM2612 emulator, the license of library

From 6406610e6fdef18733fe6275d779e22c56c9f212 Mon Sep 17 00:00:00 2001
From: Wohlstand <admin@wohlnet.ru>
Date: Tue, 3 Oct 2023 13:17:58 +0300
Subject: [PATCH 3/3] Added myself as a co-maintainer

---
 gme.txt    | 2 +-
 readme.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gme.txt b/gme.txt
index e6c6b9e..c0ce0e1 100644
--- a/gme.txt
+++ b/gme.txt
@@ -1,7 +1,7 @@
 Game_Music_Emu 0.7.0
 --------------------
 Author     : Shay Green <gblargg@gmail.com>
-Maintainer : Michael Pyne <mpyne@purinchu.net>
+Maintainers: Vitaly Novichkov <admin@wohlnet.ru>, Michael Pyne <mpyne@purinchu.net>
 Website    : https://github.com/libgme/game-music-emu
 Source     : https://github.com/libgme/game-music-emu
 License    : GNU Lesser General Public License (LGPL), see LICENSE.txt
diff --git a/readme.txt b/readme.txt
index 6007aa4..32ec7fe 100644
--- a/readme.txt
+++ b/readme.txt
@@ -40,7 +40,7 @@ License: GNU Lesser General Public License (LGPL)
 Note: When you will use MAME YM2612 emulator, the license of library
 will be GNU General Public License (GPL) v2.0+!
 
-Current Maintainer: Michael Pyne <mpyne@purinchu.net>
+Current Maintainers: Vitaly Novichkov <admin@wohlnet.ru>, Michael Pyne <mpyne@purinchu.net>
 
 Getting Started
 ---------------