From 23e4ae5c1ad3b4ae185e8c53a3eebe01324ab972 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 25 Jul 2014 11:22:14 +0300 Subject: [PATCH] Change URLs from hugovk to pylast --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbc04bb..e84b0bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ pyLast ====== -[![Build Status](https://travis-ci.org/hugovk/pylast.png?branch=master)](https://travis-ci.org/hugovk/pylast) [![Coverage Status](https://coveralls.io/repos/hugovk/pylast/badge.png?branch=master)](https://coveralls.io/r/hugovk/pylast?branch=master) +[![Build Status](https://travis-ci.org/pylast/pylast.png?branch=master)](https://travis-ci.org/pylast/pylast) [![Coverage Status](https://coveralls.io/repos/pylast/pylast/badge.png?branch=master)](https://coveralls.io/r/pylast/pylast?branch=master) A Python interface to [Last.fm](http://www.last.fm/) and other api-compatible websites such as [Libre.fm](http://libre.fm/). @@ -19,7 +19,7 @@ The old 0.5 version from 2011 is in PyPI so if you have it installed remove it f You can install this version with pip like this: - pip install -e git://github.com/hugovk/pylast.git#egg=pylast + pip install -e git://github.com/pylast/pylast.git#egg=pylast Or just copy [pylast.py](pylast.py) to somewhere your Python can see it. No other dependencies are needed.