xfce.thunar-dropbox: fix license

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:07:28 -03:00
parent bdd33c6891
commit 46360e50f5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/Jeinzi/thunar-dropbox";
description = "A plugin that adds context-menu items for Dropbox to Thunar";
license = licenses.gpl3;
license = licenses.gpl3Only;
platforms = platforms.linux;
};
}