treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Display and control Android devices over USB or TCP/IP";
|
||||
homepage = https://github.com/Genymobile/scrcpy;
|
||||
homepage = "https://github.com/Genymobile/scrcpy";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ deltaevo lukeadams ];
|
||||
|
||||
Reference in New Issue
Block a user