xfce.xfce4-timer-plugin: fix license

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:06:57 -03:00
parent 410a67112f
commit bdd33c6891

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = "https://docs.xfce.org/panel-plugins/xfce4-timer-plugin";
description = "Simple countdown and alarm plugin for the Xfce panel";
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ ];
};
}