about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-24 12:59:02 +0100
committerGitHub <noreply@github.com>2021-03-24 12:59:02 +0100
commit4e37cc1f4753ce8cb1d73f3dc348050e2fc4394c (patch)
tree07d785f9edd150b16a59bfefc4f453a04d844c56 /pkgs/applications/networking
parent92849db231a5c0b8abfdbf44acf249251719aaa0 (diff)
parent564f4287470c3d75bffab1e058f165045575027c (diff)
Merge pull request #117428 from kittywitch/master
weechat-notify-send: fixed meta.homepage mispelling
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix b/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix
index b55266e5f3745..78f9fc082e318 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A WeeChat script that sends highlight and message notifications through notify-send";
-    homepage = "https://github.com/s3rvac/weechat-notify-srnd";
+    homepage = "https://github.com/s3rvac/weechat-notify-send";
     license = licenses.mit;
     maintainers = with maintainers; [ tobim ];
   };