treewide: quote URLs in my packages

This commit is contained in:
Nikolay Amiantov
2016-11-24 01:17:52 +03:00
parent 00cecf6a84
commit be95ceaff2
43 changed files with 70 additions and 76 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool for working with Logitech Unifying receivers and devices";
homepage = https://lekensteyn.nl/logitech-unifying.html;
homepage = "https://lekensteyn.nl/logitech-unifying.html";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.abbradar ];