about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-02-18 04:13:45 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-02-18 04:13:45 +0200
commitc67f562d5e46808b0581c4368e3755819daa12ec (patch)
tree03d03fe7775cf27c3a8c9dacb2a86e006746ff8c /pkgs/servers/http
parent952fa02b9075f8d2bb7783e1cda3df491261fc6c (diff)
downloadnixlib-c67f562d5e46808b0581c4368e3755819daa12ec.tar
nixlib-c67f562d5e46808b0581c4368e3755819daa12ec.tar.gz
nixlib-c67f562d5e46808b0581c4368e3755819daa12ec.tar.bz2
nixlib-c67f562d5e46808b0581c4368e3755819daa12ec.tar.lz
nixlib-c67f562d5e46808b0581c4368e3755819daa12ec.tar.xz
nixlib-c67f562d5e46808b0581c4368e3755819daa12ec.tar.zst
nixlib-c67f562d5e46808b0581c4368e3755819daa12ec.zip
add branch info
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/apache-httpd/2.2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.2.nix b/pkgs/servers/http/apache-httpd/2.2.nix
index f6b31177157c..64dd15be3df7 100644
--- a/pkgs/servers/http/apache-httpd/2.2.nix
+++ b/pkgs/servers/http/apache-httpd/2.2.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Apache HTTPD, the world's most popular web server";
+    branch      = "2.2";
     homepage    = http://httpd.apache.org/;
     license     = stdenv.lib.licenses.asl20;
     platforms   = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;