Merge pull request #7449 from joelmo/patch-1
esniper: fix homepage address
This commit is contained in:
commit
6f4010470d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue