1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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

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;
};
}