lightdm_gtk_greeter: fix license

This commit is contained in:
José Romildo Malaquias
2021-03-31 19:10:51 -03:00
parent 933a3eb0a1
commit 6449117be9
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://launchpad.net/lightdm-gtk-greeter"; homepage = "https://launchpad.net/lightdm-gtk-greeter";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3Plus;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };
} }