treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A lightweight xcb based bar";
|
||||
homepage = https://github.com/LemonBoy/bar;
|
||||
homepage = "https://github.com/LemonBoy/bar";
|
||||
maintainers = [ maintainers.meisternu ];
|
||||
license = "Custom";
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user