weechatScripts.weechat-autosort: set license to gpl3Plus

This commit is contained in:
Florian Klink 2022-07-22 14:27:11 +07:00
parent 52ebfe0749
commit 9cb7efc496

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Autosort is a weechat script to automatically or manually keep your buffers sorted";
homepage = "https://github.com/de-vri-es/weechat-autosort";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emily flokli ];
};
}