snapper-gui: clarify license: gpl2 -> gpl2Plus
This commit is contained in:
parent
2b6b8b2303
commit
db0fddeb54
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue