treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/chaos/pdsh;
|
||||
homepage = "https://github.com/chaos/pdsh";
|
||||
description = "High-performance, parallel remote shell utility";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user