Merge pull request #126787 from ncfavier/patch-1

xfce.mkXfceDerivation: fix homepage
This commit is contained in:
José Romildo Malaquias 2021-06-14 09:00:54 -03:00 committed by GitHub
commit 19c5fd76f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ let
};
meta = with lib; {
homepage = "https://gitlab.xfce.org/${category}/${pname}/about";
homepage = "https://gitlab.xfce.org/${category}/${pname}";
license = licenses.gpl2Plus; # some libraries are under LGPLv2+
platforms = platforms.linux;
};