xfce.mkXfceDerivation: fix homepage

`/about` now redirects to a sign in page, so link to the repo's root instead.
This commit is contained in:
Naïm Favier 2021-06-13 23:00:58 +02:00 committed by GitHub
parent eb971d2e92
commit a00e7fb0d1
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;
};