treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak
2020-05-08 15:20:47 +02:00
parent c15434eefa
commit 6abf4a43ad
12 changed files with 106 additions and 106 deletions

View File

@@ -74,7 +74,7 @@ stdenv.mkDerivation {
];
meta = with stdenv.lib; {
homepage = http://www.qemu.org/;
homepage = "https://www.qemu.org/";
description = "Fork of QEMU with AFL++ instrumentation support";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ris ];