Merge pull request #125958 from nicbk/patch2

veikk-linux-driver-gui: update license
This commit is contained in:
Sandro
2021-06-09 12:49:24 +02:00
committed by GitHub
@@ -25,7 +25,7 @@ mkDerivation rec {
meta = with lib; {
description = "Configuration tool for the VEIKK Linux driver";
homepage = "https://github.com/jlam55555/veikk-linux-driver-gui/";
license = licenses.unfree;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ nicbk ];
};