treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Reference implementation of a Wayland compositor";
|
||||
homepage = https://wayland.freedesktop.org/;
|
||||
homepage = "https://wayland.freedesktop.org/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
|
||||
Reference in New Issue
Block a user