treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://www.selenic.com/smem/;
|
||||
homepage = "https://www.selenic.com/smem/";
|
||||
description = "A memory usage reporting tool that takes shared memory into account";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.eelco ];
|
||||
|
||||
Reference in New Issue
Block a user