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:
parent
eb971d2e92
commit
a00e7fb0d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue