treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ collectd.overrideAttrs (oldAttrs: {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C Library for collectd, a daemon which collects system performance statistics periodically";
|
||||
homepage = http://collectd.org;
|
||||
homepage = "http://collectd.org";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux; # TODO: collectd may be linux but the C client may be more portable?
|
||||
maintainers = [ maintainers.sheenobu maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user