treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An interactive process viewer for Linux";
|
||||
homepage = https://hisham.hm/htop/;
|
||||
homepage = "https://hisham.hm/htop/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
||||
maintainers = with maintainers; [ rob relrod ];
|
||||
|
||||
Reference in New Issue
Block a user