treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "C library for managing typed memory blocks and Python container module";
|
||||
homepage = https://xnd.io/;
|
||||
homepage = "https://xnd.io/";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
maintainers = with lib.maintainers; [ costrouc ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user