about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:14:03 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:32:02 -0400
commitded7953478eff74d213b39136f269eb8d5eab8c9 (patch)
tree9c4c5f68ea513fae6a8cfac755bc5972345f6762 /pkgs/applications/networking/feedreaders
parent572fd3de58f39b17029de857b7023d50be0cc6fb (diff)
treewide: meta.platform -> meta.platforms
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/rawdog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/feedreaders/rawdog/default.nix b/pkgs/applications/networking/feedreaders/rawdog/default.nix
index 39543f256fa29..4e22a95d4d869 100644
--- a/pkgs/applications/networking/feedreaders/rawdog/default.nix
+++ b/pkgs/applications/networking/feedreaders/rawdog/default.nix
@@ -12,12 +12,12 @@ python2Packages.buildPythonApplication rec {
   propagatedBuildInputs = with python2Packages; [ feedparser ];
 
   namePrefix = "";
-  
+
   meta = with stdenv.lib; {
     homepage = "http://offog.org/code/rawdog/";
     description = "RSS Aggregator Without Delusions Of Grandeur";
     license = licenses.gpl2;
-    platform = platforms.unix;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ nckx ];
   };
 }