bctoolbox: Change license to GPL3Only

wip/yesman
Sandro Jäckel 4 years ago
parent 3118fb3c7e
commit 74cc6d2aa7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/development/libraries/bctoolbox/default.nix

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
# Still using GPLv2 but as the rest of the Linphone projects have switched
# to GPLv3, this might too, so check this when bumping the version number.
license = licenses.gpl2Plus;
license = licenses.gpl3Only;
maintainers = with maintainers; [ raskin jluttine ];
platforms = platforms.linux;
};

Loading…
Cancel
Save