lspmux: add mrcjkb to maintainers

This commit is contained in:
Marc Jakobi
2025-11-02 15:25:02 +01:00
parent 5f53f8971e
commit 28a5811930
+1 -1
View File
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "lspmux";
homepage = "https://codeberg.org/p2502/lspmux";
license = with licenses; [ eupl12 ];
maintainers = [ ];
maintainers = with maintainers; [ mrcjkb ];
};
})