mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
collectd: update meta attributes
Don't repeat package name in description, add maintainer, ...
This commit is contained in:
parent
3ba150db2f
commit
4da81ca4f6
@ -45,10 +45,11 @@ stdenv.mkDerivation rec {
|
|||||||
# for some reason libsigrok isn't auto-detected
|
# for some reason libsigrok isn't auto-detected
|
||||||
configureFlags = stdenv.lib.optional (libsigrok != null) "--with-libsigrok";
|
configureFlags = stdenv.lib.optional (libsigrok != null) "--with-libsigrok";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
|
description = "Daemon which collects system performance statistics periodically";
|
||||||
homepage = http://collectd.org;
|
homepage = http://collectd.org;
|
||||||
description = "collectd is a daemon which collects system performance statistics periodically";
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = "GPLv2";
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user