treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Connect external monitors via Wi-Fi";
|
||||
homepage = https://github.com/albfan/miraclecast;
|
||||
homepage = "https://github.com/albfan/miraclecast";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ tstrobel ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user