treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fast, small, webkit based browser framework extensible in Lua";
|
||||
homepage = https://luakit.github.io/;
|
||||
homepage = "https://luakit.github.io/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux; # Only tested linux
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user