esniper: fix homepage address

This commit is contained in:
Joel Moberg 2015-04-18 20:07:18 +02:00
parent 1713184b11
commit 9e6ac97bf8

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Simple, lightweight tool for sniping eBay auctions";
homepage = http://esnipe.rsourceforge.net;
homepage = http://esniper.sourceforge.net;
license = licenses.gpl2;
maintainers = with maintainers; [ lovek323 simons ];
platforms = platforms.all;