kcollectd: fix meta section (#428370)

This commit is contained in:
Aleksana
2025-07-26 15:58:48 +08:00
committed by GitHub
+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";
};