android-file-transfer: clarify that license is LGPL-2.1+
This commit is contained in:
parent
a2cf6f7c37
commit
8791614955
@ -17,7 +17,7 @@ mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Reliable MTP client with minimalistic UI";
|
description = "Reliable MTP client with minimalistic UI";
|
||||||
homepage = "https://whoozle.github.io/android-file-transfer-linux/";
|
homepage = "https://whoozle.github.io/android-file-transfer-linux/";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = [ maintainers.xaverdh ];
|
maintainers = [ maintainers.xaverdh ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user