goaccess: fix homepage (#47495)

Homepage for goaccess is now https://goaccess.io. Old homepage
redirects here.
This commit is contained in:
Vincent Bernat 2018-09-28 23:04:17 +02:00 committed by xeji
parent 6c90a975c2
commit c13821825b

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems";
homepage = http://goaccess.prosoftcorp.com;
homepage = https://goaccess.io;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = with stdenv.lib.maintainers; [ ederoyd46 garbas ];