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 | |
parent | c1f744eb1fdaa3dbe34054ea9da1ee349964a9a9 (diff) | |
download | kch_lastfm_recently-66d1583143cce001854b806b180497f7811c12d0.tar.gz kch_lastfm_recently-66d1583143cce001854b806b180497f7811c12d0.tar.bz2 kch_lastfm_recently-66d1583143cce001854b806b180497f7811c12d0.zip |
-rw-r--r-- | README.markdown | 4 | ||||
-rw-r--r-- | kch_lastfm_recently.php | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown index 5cfd815..3c3d245 100644 --- a/README.markdown +++ b/README.markdown @@ -8,13 +8,13 @@ If you do not want to compile it yourself ----------------------------------------- You can download a precompiled version at: -http://kch42.de/progs/txp_stuff/kch_lastfm_recently-0.5.1.txt +http://hi-im.laria.me/progs/txp_stuff/kch_lastfm_recently-0.5.1.txt Leaving a comment ----------------- If you like / dislike this plugin you can write a comment at: -http://kch42.de/hp/en/programming/35/my-textpattern-plugins +http://hi-im.laria.me/hp/en/programming/35/my-textpattern-plugins How to Install -------------- 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:
|