summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2021-06-13 23:00:58 +0200
committerGitHub <noreply@github.com>2021-06-13 23:00:58 +0200
commita00e7fb0d197588370fd1df856718695f2314e35 (patch)
tree02a919b2ad47e71c2b3a9a64dd6ad81d0262ec09 /pkgs/desktops/xfce
parenteb971d2e926cf8da0c423d8a1aefa683fadbdef7 (diff)
downloadnixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.tar
nixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.tar.gz
nixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.tar.bz2
nixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.tar.lz
nixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.tar.xz
nixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.tar.zst
nixpkgs-a00e7fb0d197588370fd1df856718695f2314e35.zip
xfce.mkXfceDerivation: fix homepage
`/about` now redirects to a sign in page, so link to the repo's root instead.
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/mkXfceDerivation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/mkXfceDerivation.nix b/pkgs/desktops/xfce/mkXfceDerivation.nix
index a9f30ebfab5..7858450b081 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;
     };