summary refs log tree commit diff
path: root/pkgs/tools/misc/graylog
diff options
context:
space:
mode:
authorxaverdh <xaverdh@users.noreply.github.com>2021-11-10 10:37:56 +0000
committerGitHub <noreply@github.com>2021-11-10 11:37:56 +0100
commit03a257e5a34db7dcf56e74a4da121843d5a17799 (patch)
tree062c0cbc66bee3c5bc7613961c55cb6d58b73d60 /pkgs/tools/misc/graylog
parent585b69bbf3a1f69b954c95f7059a9d76e2c468e7 (diff)
downloadnixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.gz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.bz2
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.lz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.xz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.zst
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.zip
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/tools/misc/graylog')
-rw-r--r--pkgs/tools/misc/graylog/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/graylog/plugins.nix b/pkgs/tools/misc/graylog/plugins.nix
index 8df7f34bb23..45c4441ea2d 100644
--- a/pkgs/tools/misc/graylog/plugins.nix
+++ b/pkgs/tools/misc/graylog/plugins.nix
@@ -107,7 +107,7 @@ in {
       cp ${pluginName}-${version}.jar $out/bin/${pluginName}-${version}.jar
     '';
     meta = {
-      homepage = https://github.com/Graylog2/graylog-plugin-integrations;
+      homepage = "https://github.com/Graylog2/graylog-plugin-integrations";
       description = "A collection of open source Graylog integrations that will be released together";
     };
   };
@@ -224,7 +224,7 @@ in {
       sha256 = "1hkaklwzcsvqq45b98chwqxqdgnnbj4dg68agsll13yq4zx37qpp";
     };
     meta = {
-      homepage = https://github.com/graylog-labs/graylog-plugin-snmp;
+      homepage = "https://github.com/graylog-labs/graylog-plugin-snmp";
       description = "Graylog plugin to receive SNMP traps";
     };
   };