treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/blueman-project/blueman;
|
||||
homepage = "https://github.com/blueman-project/blueman";
|
||||
description = "GTK-based Bluetooth Manager";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user