summary refs log tree commit diff
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
parent4f0010dbec1f8668d2441eb9fcf3cc648c19cf8a (diff)
downloadnixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar
nixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.gz
nixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.bz2
nixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.lz
nixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.xz
nixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.tar.zst
nixpkgs-e4620658d0dcb9a8bd7a698fc315365ce82a01c7.zip
nitrogen: update homepage
-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 f53ab38672b..eda5703d6a8 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 ];