diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:10:35 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:10:35 +0200 |
commit | 66d1583143cce001854b806b180497f7811c12d0 (patch) | |
tree | 9c384443514a2285f3550dd05864fec83c8f8bf7 /kch_lastfm_recently.php | |
parent | c1f744eb1fdaa3dbe34054ea9da1ee349964a9a9 (diff) | |
download | kch_lastfm_recently-master.tar.gz kch_lastfm_recently-master.tar.bz2 kch_lastfm_recently-master.zip |
Diffstat (limited to 'kch_lastfm_recently.php')
-rw-r--r-- | kch_lastfm_recently.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kch_lastfm_recently.php b/kch_lastfm_recently.php index d23dfd2..24cb15f 100644 --- a/kch_lastfm_recently.php +++ b/kch_lastfm_recently.php @@ -4,7 +4,7 @@ * kch_lastfm_recently.php
* This file is part of kch_lastfm_recently
*
- * Copyright (C) 2010 - Kevin Chabowski
+ * Copyright (C) 2010 - Laria Carolin Chabowski
*
* kch_lastfm_recently is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,8 +34,8 @@ # $plugin['name'] = 'abc_plugin';
$plugin['version'] = '0.5.1';
-$plugin['author'] = 'Kevin Chabowski';
-$plugin['author_uri'] = 'http://kch42.de/';
+$plugin['author'] = 'Laria Carolin Chabowski';
+$plugin['author_uri'] = 'http://hi-im.laria.me/';
$plugin['description'] = 'Add your recently played tracks from last.fm to your website.';
// Plugin types:
|