kcollectd: fix meta section

+3 -3
+3 -3
pkgs/by-name/kc/kcollectd/package.nix
··· 47 47 breeze-icons 48 48 ]); 49 49 50 - meta = with lib; { 50 + meta = { 51 51 description = "Graphical frontend to collectd"; 52 52 homepage = "https://www.antonioerusso.com/projects/kcollectd/"; 53 - maintainers = [ maintainers.symphorien ]; 54 - license = [ lib.licenses.gpl3Plus ]; 53 + maintainers = with lib.maintainers; [ symphorien ]; 54 + license = lib.licenses.gpl3Plus; 55 55 platforms = lib.platforms.linux; 56 56 mainProgram = "kcollectd"; 57 57 };