summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2017-10-27 01:44:19 +0200
committerOrivej Desh <orivej@gmx.fr>2017-11-03 18:52:28 +0000
commit525380b472697bd6488200f6757bafe4731ababc (patch)
treed7d95ef3e59346b02cfe173672f71cfaa011dcab /pkgs/servers/http
parent74260a4922e678348eac91f4aa5767a3f5a039a4 (diff)
downloadnixlib-525380b472697bd6488200f6757bafe4731ababc.tar
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.gz
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.bz2
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.lz
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.xz
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.zst
nixlib-525380b472697bd6488200f6757bafe4731ababc.zip
treewide: abandon Google Code homepages
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/apache-modules/mod_wsgi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
index 1d8507fc4eb3..1e898075d191 100644
--- a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage = http://code.google.com/p/modwsgi/;
+    homepage = https://github.com/GrahamDumpleton/mod_wsgi;
     description = "Host Python applications in Apache through the WSGI interface";
     license = stdenv.lib.licenses.asl20;
     platforms = stdenv.lib.platforms.linux;