summary refs log tree commit diff
path: root/pkgs/development/libraries/libwebsockets/default.nix
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-02 20:28:24 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-02 20:28:24 +0200
commitc7f081a9219c28bc194b03d98bf192c32500bffd (patch)
tree8a8e713f9f0994ac7d0f2df5d13ea3eeb667d8f5 /pkgs/development/libraries/libwebsockets/default.nix
parentb9c53e32ca6198ef7e192296dbdb418d63e84c15 (diff)
downloadnixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.tar
nixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.tar.gz
nixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.tar.bz2
nixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.tar.lz
nixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.tar.xz
nixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.tar.zst
nixpkgs-c7f081a9219c28bc194b03d98bf192c32500bffd.zip
libwebsockets: update homepage
Diffstat (limited to 'pkgs/development/libraries/libwebsockets/default.nix')
-rw-r--r--pkgs/development/libraries/libwebsockets/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libwebsockets/default.nix b/pkgs/development/libraries/libwebsockets/default.nix
index 1147c9606ad..9cd0aabcf09 100644
--- a/pkgs/development/libraries/libwebsockets/default.nix
+++ b/pkgs/development/libraries/libwebsockets/default.nix
@@ -21,9 +21,8 @@ stdenv.mkDerivation rec {
       use minimal CPU and memory resources, and provide fast
       throughput in both directions.
     '';
-    homepage = https://libwebsockets.org/trac/libwebsockets;
+    homepage = https://libwebsockets.org;
     license = stdenv.lib.licenses.lgpl21;
-    maintainers = [ ];
     platforms = stdenv.lib.platforms.all;
   };
 }