via: fix license metadata

The via electron wrapper claims to be gpl, however source code is not
available and never became available despite frequent requests over a
substantial time period.

This change fixes its metadata in nixpkgs to avoid misleading users.

Ophestra ee4263b6 c81b4629

+2 -1
+2 -1
pkgs/by-name/vi/via/package.nix
··· 36 meta = with lib; { 37 description = "Yet another keyboard configurator"; 38 homepage = "https://caniusevia.com/"; 39 - license = licenses.gpl3; 40 maintainers = with maintainers; [ emilytrau ]; 41 platforms = [ "x86_64-linux" ]; 42 mainProgram = "via";
··· 36 meta = with lib; { 37 description = "Yet another keyboard configurator"; 38 homepage = "https://caniusevia.com/"; 39 + # Upstream claims to be GPL-3 but doesn't release source code 40 + license = licenses.unfreeRedistributable; 41 maintainers = with maintainers; [ emilytrau ]; 42 platforms = [ "x86_64-linux" ]; 43 mainProgram = "via";