treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -71,7 +71,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source, physically based, unbiased rendering engine";
|
||||
homepage = https://luxcorerender.org/;
|
||||
homepage = "https://luxcorerender.org/";
|
||||
maintainers = with maintainers; [ hodapp ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user