From e5e213afb892fab056dfd4fdc3f8ef71fe35b37d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 22 Jul 2022 13:55:55 +0700 Subject: [PATCH] Update pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Moritz Böhme --- .../networking/irc/weechat/scripts/weechat-grep/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9f150d0a6dbe..efc575bd3e29 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 ]; }; }