summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat/scripts
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-07-22 13:55:55 +0700
committerGitHub <noreply@github.com>2022-07-22 13:55:55 +0700
commite5e213afb892fab056dfd4fdc3f8ef71fe35b37d (patch)
tree3e9f1a5c70e6739b3518e8e470799bfe407457bc /pkgs/applications/networking/irc/weechat/scripts
parent0c07aac78b1227517137fd37e7a9d1b886f78ff3 (diff)
downloadnixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.tar
nixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.tar.gz
nixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.tar.bz2
nixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.tar.lz
nixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.tar.xz
nixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.tar.zst
nixpkgs-e5e213afb892fab056dfd4fdc3f8ef71fe35b37d.zip
Update pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix
Co-authored-by: Moritz Böhme <mail@moritzboeh.me>
Diffstat (limited to 'pkgs/applications/networking/irc/weechat/scripts')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix b/pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix
index 9f150d0a6db..efc575bd3e2 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Search in Weechat buffers and logs (for Weechat 0.3.*)";
     homepage = "https://github.com/weechat/scripts/blob/master/python/grep.py";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ flokli ];
   };
 }