summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-04 04:23:32 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-04 04:23:32 +0100
commitf300b2861de690ad9b1c5981020d33fa01a15349 (patch)
tree2177a357bf23a84f65388ce954325bd21c110bf6 /pkgs/applications/networking/feedreaders
parentb2612d4a98d9950c99eee469d4e1e8d6ce74fa71 (diff)
downloadnixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.tar
nixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.tar.gz
nixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.tar.bz2
nixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.tar.lz
nixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.tar.xz
nixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.tar.zst
nixpkgs-f300b2861de690ad9b1c5981020d33fa01a15349.zip
rawdog: add myself as a maintainer
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/rawdog/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/networking/feedreaders/rawdog/default.nix b/pkgs/applications/networking/feedreaders/rawdog/default.nix
index c5b265e654f..749e1864fda 100644
--- a/pkgs/applications/networking/feedreaders/rawdog/default.nix
+++ b/pkgs/applications/networking/feedreaders/rawdog/default.nix
@@ -13,11 +13,12 @@ pythonPackages.buildPythonPackage rec {
 
   namePrefix = "";
   
-  meta = {
+  meta = with stdenv.lib; {
     inherit version;
     homepage = "http://offog.org/code/rawdog/";
-    description = "An RSS Aggregator Without Delusions Of Grandeur";
-    license = stdenv.lib.licenses.gpl2;
-    platform = stdenv.lib.platforms.unix;
+    description = "RSS Aggregator Without Delusions Of Grandeur";
+    license = licenses.gpl2;
+    platform = platforms.unix;
+    maintainers = with maintainers; [ nckx ];
   };
 }