snapper-gui: clarify license: gpl2 -> gpl2Plus

This commit is contained in:
Ales Huzik 2021-01-17 20:54:20 +11:00
parent 2b6b8b2303
commit db0fddeb54

View file

@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
and revert changes. Currently works with btrfs, ext4 and thin-provisioned LVM volumes.
'';
homepage = "https://github.com/ricardomv/snapper-gui";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ahuzik ];
};