opentabletdriver: add changelog

This commit is contained in:
Gutyina Gergő
2024-12-20 14:02:16 +01:00
parent 34e0981ede
commit 212370d755
+2 -1
View File
@@ -122,9 +122,11 @@ buildDotnetModule rec {
};
meta = {
changelog = "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/tag/v${version}";
description = "Open source, cross-platform, user-mode tablet driver";
homepage = "https://github.com/OpenTabletDriver/OpenTabletDriver";
license = lib.licenses.lgpl3Plus;
mainProgram = "otd";
maintainers = with lib.maintainers; [
gepbird
thiagokokada
@@ -133,6 +135,5 @@ buildDotnetModule rec {
"x86_64-linux"
"aarch64-linux"
];
mainProgram = "otd";
};
}