treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://bitbucket.org/hirofuchi/xnbd;
|
||||
homepage = "https://bitbucket.org/hirofuchi/xnbd";
|
||||
description = "Yet another NBD (Network Block Device) server program";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.volth ];
|
||||
|
||||
Reference in New Issue
Block a user