android-file-transfer: clarify that license is LGPL-2.1+

This commit is contained in:
Dominik Xaver Hörl 2020-12-30 22:02:27 +01:00
parent a2cf6f7c37
commit 8791614955

View File

@ -17,7 +17,7 @@ mkDerivation rec {
meta = with stdenv.lib; {
description = "Reliable MTP client with minimalistic UI";
homepage = "https://whoozle.github.io/android-file-transfer-linux/";
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
maintainers = [ maintainers.xaverdh ];
platforms = platforms.linux;
};