treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -54,7 +54,7 @@ perlPackages.buildPerlPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Real-time logfile analyzer to get advanced statistics";
|
||||
homepage = http://awstats.org;
|
||||
homepage = "http://awstats.org";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user