goaccess: fix homepage (#47495)
Homepage for goaccess is now https://goaccess.io. Old homepage redirects here.
This commit is contained in:
parent
6c90a975c2
commit
c13821825b
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue