treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
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;
|
||||
maintainers = [ maintainers.xaverdh ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user