treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -119,6 +119,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.bluez.org/";
|
||||
license = with licenses; [ gpl2 lgpl21 ];
|
||||
platforms = platforms.linux;
|
||||
repositories.git = https://git.kernel.org/pub/scm/bluetooth/bluez.git;
|
||||
repositories.git = "https://git.kernel.org/pub/scm/bluetooth/bluez.git";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user