From a00e7fb0d197588370fd1df856718695f2314e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 13 Jun 2021 23:00:58 +0200 Subject: [PATCH] xfce.mkXfceDerivation: fix homepage `/about` now redirects to a sign in page, so link to the repo's root instead. --- pkgs/desktops/xfce/mkXfceDerivation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/xfce/mkXfceDerivation.nix b/pkgs/desktops/xfce/mkXfceDerivation.nix index a9f30ebfab55..7858450b0816 100644 --- a/pkgs/desktops/xfce/mkXfceDerivation.nix +++ b/pkgs/desktops/xfce/mkXfceDerivation.nix @@ -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; };