kcollectd: fix meta section

This commit is contained in:
Guy Chronister
2025-07-25 10:13:30 -05:00
parent e7515332eb
commit c8d8079757
+3 -3
View File
@@ -47,11 +47,11 @@ stdenv.mkDerivation (finalAttrs: {
breeze-icons
]);
meta = with lib; {
meta = {
description = "Graphical frontend to collectd";
homepage = "https://www.antonioerusso.com/projects/kcollectd/";
maintainers = [ maintainers.symphorien ];
license = [ lib.licenses.gpl3Plus ];
maintainers = with lib.maintainers; [ symphorien ];
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
mainProgram = "kcollectd";
};