treewide: per RFC45, remove more unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user