amdgpu_top: add myself as maintainer

This commit is contained in:
Gliczy
2025-02-16 19:03:13 +01:00
parent 5470fadd4d
commit df8ee4696e
+4 -1
View File
@@ -56,7 +56,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Umio-Yasuno/amdgpu_top";
changelog = "https://github.com/Umio-Yasuno/amdgpu_top/releases";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ geri1701 ];
maintainers = with lib.maintainers; [
geri1701
Gliczy
];
platforms = lib.platforms.linux;
mainProgram = "amdgpu_top";
};