lightdm_gtk_greeter: fix license

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:05:10 -03:00
parent 933a3eb0a1
commit 6449117be9

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://launchpad.net/lightdm-gtk-greeter";
platforms = platforms.linux;
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
};
}