tayga: correct license to GPL2+

The head of tayga.c says „This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.“
This commit is contained in:
Georg Haas 2022-10-16 00:10:40 +02:00
parent 8d47058b32
commit 3e534cfde5
No known key found for this signature in database
GPG Key ID: B2D065AD4D6E0C81

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
for networks where dedicated NAT64 hardware would be overkill.
'';
homepage = "http://www.litech.org/tayga";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};