treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A lightweight Wayland notification daemon";
|
||||
homepage = https://wayland.emersion.fr/mako/;
|
||||
homepage = "https://wayland.emersion.fr/mako/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dywedir synthetica ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user