This commit is contained in:
Peder Bergebakken Sundt
2026-06-07 17:43:26 +00:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://gitlab.freedesktop.org/xorg/app/xev";
license = lib.licenses.x11;
mainProgram = "xev";
maintainers = [ ];
maintainers = with lib.maintainers; [ aiyion ];
platforms = lib.platforms.unix;
};
})