joycond: added claymorwan as maintainer

This commit is contained in:
claymorwan
2026-03-02 17:52:30 +00:00
parent aded58b8ef
commit 1667f185f1
+1 -1
View File
@@ -57,7 +57,7 @@ stdenv.mkDerivation {
description = "Userspace daemon to combine joy-cons from the hid-nintendo kernel driver";
mainProgram = "joycond";
license = lib.licenses.gpl3Only;
maintainers = [ ];
maintainers = with lib.maintainers; [ claymorwan ];
platforms = lib.platforms.linux;
};
}