Update pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix

Co-authored-by: Moritz Böhme <mail@moritzboeh.me>

authored by Florian Klink Moritz Böhme and committed by GitHub e5e213af 0c07aac7

+1 -1
+1 -1
pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix
··· 23 meta = with lib; { 24 description = "Search in Weechat buffers and logs (for Weechat 0.3.*)"; 25 homepage = "https://github.com/weechat/scripts/blob/master/python/grep.py"; 26 - license = licenses.gpl3; 27 maintainers = with maintainers; [ flokli ]; 28 }; 29 }
··· 23 meta = with lib; { 24 description = "Search in Weechat buffers and logs (for Weechat 0.3.*)"; 25 homepage = "https://github.com/weechat/scripts/blob/master/python/grep.py"; 26 + license = licenses.gpl3Plus; 27 maintainers = with maintainers; [ flokli ]; 28 }; 29 }