about summary refs log tree commit diff
path: root/pkgs/tools/X11/nitrogen
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-04 22:00:43 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-07 23:51:50 +0200
commite4620658d0dcb9a8bd7a698fc315365ce82a01c7 (patch)
tree3d8ea03713137da33d3232eea0f8153ce884dfd6 /pkgs/tools/X11/nitrogen
parent4f0010dbec1f8668d2441eb9fcf3cc648c19cf8a (diff)
downloadnixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar
nixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.gz
nixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.bz2
nixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.lz
nixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.xz
nixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.zst
nixlib-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.zip
nitrogen: update homepage
Diffstat (limited to 'pkgs/tools/X11/nitrogen')
-rw-r--r--pkgs/tools/X11/nitrogen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/nitrogen/default.nix b/pkgs/tools/X11/nitrogen/default.nix
index f53ab38672bd..eda5703d6a86 100644
--- a/pkgs/tools/X11/nitrogen/default.nix
+++ b/pkgs/tools/X11/nitrogen/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
       multi-head with Xinerama. Wallpapers are browsable with a convenient GUI,
       and settings are stored in a human-readable config file.
     '';
-    homepage = http://projects.l3ib.org/nitrogen/;
+    homepage = https://github.com/l3ib/nitrogen;
     license = stdenv.lib.licenses.gpl2;
     platforms = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.auntie ];