xfce.xfwm4-themes: fix license

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:06:16 -03:00
parent 9a20c0060b
commit eecc054a1e

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.xfce.org/";
description = "Themes for Xfce";
license = licenses.gpl3;
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = [ maintainers.volth ];
};