summary refs log tree commit diff
path: root/pkgs/servers/mail/dovecot/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 17:50:15 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit1bf5ded1933b18af9a95dc263063756ed9d383ba (patch)
treea767e25be06d4b3f1f4fdee036731be93477bd23 /pkgs/servers/mail/dovecot/default.nix
parentb96fe03484ba8fa3091664246ec67a57f5703b1a (diff)
downloadnixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.tar
nixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.tar.gz
nixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.tar.bz2
nixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.tar.lz
nixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.tar.xz
nixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.tar.zst
nixpkgs-1bf5ded1933b18af9a95dc263063756ed9d383ba.zip
treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
Diffstat (limited to 'pkgs/servers/mail/dovecot/default.nix')
-rw-r--r--pkgs/servers/mail/dovecot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix
index 8af4d4ccc8b..d55425779e6 100644
--- a/pkgs/servers/mail/dovecot/default.nix
+++ b/pkgs/servers/mail/dovecot/default.nix
@@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
     homepage = "http://dovecot.org/";
     description = "Open source IMAP and POP3 email server written with security primarily in mind";
     maintainers = with stdenv.lib.maintainers; [viric peti rickynils];
-    hydraPlatforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.linux;
   };
 }