quote URLs in my packages to ease opening them from urxvt

This commit is contained in:
Nikolay Amiantov
2016-04-30 02:58:00 +03:00
parent 190eaea739
commit 938d64f1f3
16 changed files with 18 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Thermal Daemon";
homepage = https://01.org/linux-thermal-daemon;
homepage = "https://01.org/linux-thermal-daemon";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];