summary refs log tree commit diff
diff options
context:
space:
mode:
authorGeorg Haas <hax404foogit@hax404.de>2022-10-16 00:10:40 +0200
committerGeorg Haas <hax404foogit@hax404.de>2022-12-01 11:17:39 +0100
commit3e534cfde55bfd5a2e1348d25bd27bfe9c615746 (patch)
tree206cff4e890841f32a30c9cde6dafdac1f23775d
parent8d47058b32f1f0fb1b21d73392f3b4e96d139a81 (diff)
downloadnixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.tar
nixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.tar.gz
nixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.tar.bz2
nixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.tar.lz
nixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.tar.xz
nixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.tar.zst
nixpkgs-3e534cfde55bfd5a2e1348d25bd27bfe9c615746.zip
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.“
-rw-r--r--pkgs/tools/networking/tayga/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/tayga/default.nix b/pkgs/tools/networking/tayga/default.nix
index 651f9ad5545..ef393f5bb15 100644
--- a/pkgs/tools/networking/tayga/default.nix
+++ b/pkgs/tools/networking/tayga/default.nix
@@ -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;
   };