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";
|
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
|
||||||
# Still using GPLv2 but as the rest of the Linphone projects have switched
|
# 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.
|
# to GPLv3, this might too, so check this when bumping the version number.
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ raskin jluttine ];
|
maintainers = with maintainers; [ raskin jluttine ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user