diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index dafd9b52f3..91aaba089f 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -1290,11 +1290,11 @@ (define-public android-file-transfer (arguments (list #:tests? #f)) ;there are no tests (inputs (list qtbase-5 fuse-3 libxkbcommon)) - (native-inputs (list qttools openssl readline)) - (home-page "https://whoozle.github.io/android-file-transfer-linux") + (native-inputs (list qttools-5 openssl readline)) + (home-page "https://whoozle.github.io/android-file-transfer-linux/") (synopsis "MTP client for Android devices") (description - "This package provides a QT graphical interface for transfering -files with Android devices using MTP. It also allows the Android device to be + "This package provides a Qt graphical interface for transferring files +with Android devices using MTP. It also allows the Android device to be mounted via FUSE.") (license license:lgpl2.1+)))