summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat/scripts
diff options
context:
space:
mode:
authorkat witch <kat@kittywit.ch>2021-03-24 00:43:06 +0000
committerkat witch <kat@kittywit.ch>2021-03-24 00:43:06 +0000
commit564f4287470c3d75bffab1e058f165045575027c (patch)
treec8c1fe0afce3d2331c31afe291447e21a5495102 /pkgs/applications/networking/irc/weechat/scripts
parent9677d30d773021b9237e8130f5ba2879bf954354 (diff)
downloadnixpkgs-564f4287470c3d75bffab1e058f165045575027c.tar
nixpkgs-564f4287470c3d75bffab1e058f165045575027c.tar.gz
nixpkgs-564f4287470c3d75bffab1e058f165045575027c.tar.bz2
nixpkgs-564f4287470c3d75bffab1e058f165045575027c.tar.lz
nixpkgs-564f4287470c3d75bffab1e058f165045575027c.tar.xz
nixpkgs-564f4287470c3d75bffab1e058f165045575027c.tar.zst
nixpkgs-564f4287470c3d75bffab1e058f165045575027c.zip
weechat-notify-send: fixed meta.homepage mispelling
Diffstat (limited to 'pkgs/applications/networking/irc/weechat/scripts')
-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 b55266e5f37..78f9fc082e3 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 ];
   };