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; { 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; [ ];
}; };
} }