mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
bctoolbox: Change license to GPL3Only
This commit is contained in:
parent
3118fb3c7e
commit
74cc6d2aa7
@ -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…
Reference in New Issue
Block a user