ksnip: Change license to gpl2Plus

This commit is contained in:
^x3ro 2021-09-19 22:39:34 +02:00
parent 5e39a98d15
commit 53c4bea509

View File

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
- User-defined actions for taking screenshot and post-processing.
- Many configuration options.
'';
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ x3ro ];
platforms = platforms.linux;
};