summary refs log tree commit diff
path: root/pkgs/tools/networking/haproxy
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-07-03 12:41:27 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-07-03 12:41:27 +0200
commit80213cbb051f2e172be20c03e51069f122d8bb6c (patch)
treea1f3894a021188036daddf4629bc3b2227ef6ae2 /pkgs/tools/networking/haproxy
parente84ba407f9ca49320d50e1a4db60923fb4062dfd (diff)
downloadnixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.tar
nixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.tar.gz
nixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.tar.bz2
nixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.tar.lz
nixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.tar.xz
nixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.tar.zst
nixlib-80213cbb051f2e172be20c03e51069f122d8bb6c.zip
meta.license is a list of strings (not attribute sets)
http://hydra.nixos.org/build/5453648
Diffstat (limited to 'pkgs/tools/networking/haproxy')
-rw-r--r--pkgs/tools/networking/haproxy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/haproxy/default.nix b/pkgs/tools/networking/haproxy/default.nix
index 3d2c26b6df53..d44c9f831f34 100644
--- a/pkgs/tools/networking/haproxy/default.nix
+++ b/pkgs/tools/networking/haproxy/default.nix
@@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.";
-    homepage = "http://haproxy.1wt.eu";
+    homepage = http://haproxy.1wt.eu;
     maintainers = [ stdenv.lib.maintainers.garbas ];
     platforms = stdenv.lib.platforms.linux;
     license = [
-       pkgs.lib.licenses.gpl2
-       pkgs.lib.licenses.lgpl21
+       stdenv.lib.licenses.gpl2
+       stdenv.lib.licenses.lgpl21
     ];
   };
 }