treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/denilsonsa/prettyping;
|
||||
homepage = "https://github.com/denilsonsa/prettyping";
|
||||
description = "A wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read";
|
||||
license = with licenses; [ mit ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user