about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders/rawdog
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/rawdog
parent572fd3de58f39b17029de857b7023d50be0cc6fb (diff)
downloadnixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.tar
nixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.gz
nixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.bz2
nixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.lz
nixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.xz
nixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.zst
nixlib-ded7953478eff74d213b39136f269eb8d5eab8c9.zip
treewide: meta.platform -> meta.platforms
Diffstat (limited to 'pkgs/applications/networking/feedreaders/rawdog')
-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 39543f256fa2..4e22a95d4d86 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 ];
   };
 }