summary refs log tree commit diff
path: root/pkgs/applications/window-managers/pekwm
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-01-03 16:53:12 +0100
committerGitHub <noreply@github.com>2022-01-03 16:53:12 +0100
commit944a2dc83568f515cd3b0f8bb777dbbe0d14226a (patch)
treef35b739281d7c0ac0868f16e90a9a126465fbbec /pkgs/applications/window-managers/pekwm
parent0bed14f8e734758be6d26fde34951e8e4bd8148c (diff)
downloadnixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.gz
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.bz2
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.lz
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.xz
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.zst
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.zip
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
Diffstat (limited to 'pkgs/applications/window-managers/pekwm')
-rw-r--r--pkgs/applications/window-managers/pekwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/pekwm/default.nix b/pkgs/applications/window-managers/pekwm/default.nix
index 5550e6f706e..faa6f18564b 100644
--- a/pkgs/applications/window-managers/pekwm/default.nix
+++ b/pkgs/applications/window-managers/pekwm/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
         appear as they should when starting applications.
       - Chainable Keygrabber, usability for everyone.
     '';
-      homepage = "https://www.pekwm.org/";
+      homepage = "https://www.pekwm.se/";
       license = licenses.gpl2Plus;
       maintainers = [ maintainers.AndersonTorres ];
       platforms = platforms.linux;