lol

Merge pull request #126787 from ncfavier/patch-1

xfce.mkXfceDerivation: fix homepage

authored by

José Romildo Malaquias and committed by
GitHub
19c5fd76 35076cc9

+1 -1
+1 -1
pkgs/desktops/xfce/mkXfceDerivation.nix
··· 47 47 }; 48 48 49 49 meta = with lib; { 50 - homepage = "https://gitlab.xfce.org/${category}/${pname}/about"; 50 + homepage = "https://gitlab.xfce.org/${category}/${pname}"; 51 51 license = licenses.gpl2Plus; # some libraries are under LGPLv2+ 52 52 platforms = platforms.linux; 53 53 };