File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -172,3 +172,9 @@ sudo zypper in libayatana-appindicator3-devel
172172Prebuild binaries for Windows and Linux: [ releases page] ( https://github.com/rszyma/kanata-tray/releases/latest )
173173
174174To build from source see recipes in [ justfile] ( ./justfile ) .
175+
176+
177+ ## Contributing
178+
179+ Unless explicitly stated otherwise, your contributions to this repository will be made under
180+ [ GNU General Public License v3.0 or later] ( https://spdx.org/licenses/GPL-3.0-or-later.html ) license.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ buildGoModule {
3838 Works on Windows, Linux and macOS.
3939 '' ;
4040 homepage = "https://github.com/rszyma/kanata-tray" ;
41- license = licenses . gpl3 ;
41+ license = licenses . gpl3Plus ;
4242 platforms = platforms . unix ;
4343 } ;
4444}
You can’t perform that action at this time.
0 commit comments