diff options
| -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:
 | 
