via: fix license metadata (#418690)

This commit is contained in:
Aleksana
2025-06-22 10:57:38 +08:00
committed by GitHub
+2 -1
View File
@@ -36,7 +36,8 @@ appimageTools.wrapType2 {
meta = with lib; {
description = "Yet another keyboard configurator";
homepage = "https://caniusevia.com/";
license = licenses.gpl3;
# Upstream claims to be GPL-3 but doesn't release source code
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ emilytrau ];
platforms = [ "x86_64-linux" ];
mainProgram = "via";