netdata: add myself as maintainer

Package currently has no maintainer, adding myself as I plan on updating it
This commit is contained in:
Maciej Krüger
2025-01-24 14:00:09 +01:00
committed by GitHub
parent 8def3ffa62
commit 4b5ee5838b
+3 -1
View File
@@ -288,6 +288,8 @@ stdenv'.mkDerivation (finalAttrs: {
changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
license = [ licenses.gpl3Plus ] ++ lib.optionals (withCloudUi) [ licenses.ncul1 ];
platforms = platforms.unix;
maintainers = [ ];
maintainers = with maintainers; [
mkg20001
];
};
})