treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A daemon to run x86 code in an emulated environment";
|
||||
homepage = https://github.com/mjanusz/v86d;
|
||||
homepage = "https://github.com/mjanusz/v86d";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
|
||||
Reference in New Issue
Block a user