about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-04 11:16:44 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-04 14:54:54 +0200
commitfb2d45233a513bf9c7305ba507b0f5e6a4ee72e3 (patch)
treef99cd6a80e6115aaf9134edb9918cfd532d04b02 /pkgs/servers
parent330d198be1b06c482f46545830e65bbeab3a35d1 (diff)
downloadnixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.tar
nixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.tar.gz
nixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.tar.bz2
nixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.tar.lz
nixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.tar.xz
nixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.tar.zst
nixlib-fb2d45233a513bf9c7305ba507b0f5e6a4ee72e3.zip
Fix typos
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/sql/postgresql/8.4.x.nix2
-rw-r--r--pkgs/servers/sql/postgresql/9.0.x.nix2
-rw-r--r--pkgs/servers/sql/postgresql/9.1.x.nix2
-rw-r--r--pkgs/servers/sql/postgresql/9.2.x.nix2
-rw-r--r--pkgs/servers/sql/postgresql/9.3.x.nix2
-rw-r--r--pkgs/servers/sql/postgresql/9.4.x.nix2
6 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/servers/sql/postgresql/8.4.x.nix b/pkgs/servers/sql/postgresql/8.4.x.nix
index 4c72dbfd4484..0dc556619b91 100644
--- a/pkgs/servers/sql/postgresql/8.4.x.nix
+++ b/pkgs/servers/sql/postgresql/8.4.x.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.postgresql.org/;
     description = "A powerful, open source object-relational database system";
     license = licenses.postgresql;
-    maintainers = with maintaiers; [ ocharles ];
+    maintainers = [ maintainers.ocharles ];
     platforms = platforms.unix;
     hydraPlatforms = platforms.linux;
   };
diff --git a/pkgs/servers/sql/postgresql/9.0.x.nix b/pkgs/servers/sql/postgresql/9.0.x.nix
index a27bc012b6ed..b997d4a37428 100644
--- a/pkgs/servers/sql/postgresql/9.0.x.nix
+++ b/pkgs/servers/sql/postgresql/9.0.x.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.postgresql.org/;
     description = "A powerful, open source object-relational database system";
     license = licenses.postgresql;
-    maintainers = with maintaiers; [ ocharles ];
+    maintainers = [ maintainers.ocharles ];
     platforms = platforms.unix;
     hydraPlatforms = platforms.linux;
   };
diff --git a/pkgs/servers/sql/postgresql/9.1.x.nix b/pkgs/servers/sql/postgresql/9.1.x.nix
index 87ed9abe6901..6801c355c681 100644
--- a/pkgs/servers/sql/postgresql/9.1.x.nix
+++ b/pkgs/servers/sql/postgresql/9.1.x.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.postgresql.org/;
     description = "A powerful, open source object-relational database system";
     license = licenses.postgresql;
-    maintainers = with maintaiers; [ ocharles ];
+    maintainers = [ maintainers.ocharles ];
     platforms = platforms.unix;
     hydraPlatforms = platforms.linux;
   };
diff --git a/pkgs/servers/sql/postgresql/9.2.x.nix b/pkgs/servers/sql/postgresql/9.2.x.nix
index 3c21a96e9b27..12afc9984431 100644
--- a/pkgs/servers/sql/postgresql/9.2.x.nix
+++ b/pkgs/servers/sql/postgresql/9.2.x.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.postgresql.org/;
     description = "A powerful, open source object-relational database system";
     license = licenses.postgresql;
-    maintainers = with maintaiers; [ ocharles ];
+    maintainers = [ maintainers.ocharles ];
     platforms = platforms.unix;
     hydraPlatforms = platforms.linux;
   };
diff --git a/pkgs/servers/sql/postgresql/9.3.x.nix b/pkgs/servers/sql/postgresql/9.3.x.nix
index 4406aecaa897..ad20a23f24c5 100644
--- a/pkgs/servers/sql/postgresql/9.3.x.nix
+++ b/pkgs/servers/sql/postgresql/9.3.x.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.postgresql.org/;
     description = "A powerful, open source object-relational database system";
     license = licenses.postgresql;
-    maintainers = with maintaiers; [ ocharles ];
+    maintainers = [ maintainers.ocharles ];
     platforms = platforms.unix;
     hydraPlatforms = platforms.linux;
   };
diff --git a/pkgs/servers/sql/postgresql/9.4.x.nix b/pkgs/servers/sql/postgresql/9.4.x.nix
index 73f416912a2a..d51856b98530 100644
--- a/pkgs/servers/sql/postgresql/9.4.x.nix
+++ b/pkgs/servers/sql/postgresql/9.4.x.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.postgresql.org/;
     description = "A powerful, open source object-relational database system";
     license = licenses.postgresql;
-    maintainers = with maintaiers; [ ocharles ];
+    maintainers = [ maintainers.ocharles ];
     platforms = platforms.unix;
     hydraPlatforms = platforms.linux;
   };