treewide: meta.platform -> meta.platforms

This commit is contained in:
Aneesh Agrawal
2017-05-02 19:32:02 -04:00
parent 572fd3de58
commit ded7953478
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -52,6 +52,6 @@ in stdenv.mkDerivation rec {
description = "Free, private and secure password management tool and e-wallet";
license = licenses.unfree;
maintainers = with maintainers; [ guillaumekoenig ];
platform = platforms.linux;
platforms = platforms.linux;
};
}