treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Early OOM Daemon for Linux";
|
||||
homepage = https://github.com/rfjakob/earlyoom;
|
||||
homepage = "https://github.com/rfjakob/earlyoom";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
|
||||
Reference in New Issue
Block a user