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
+1 -1
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;
};