summary refs log tree commit diff
path: root/pkgs/applications/graphics/comical
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/comical')
-rw-r--r--pkgs/applications/graphics/comical/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/comical/default.nix b/pkgs/applications/graphics/comical/default.nix
index db6f5746825..4cce7fde4e0 100644
--- a/pkgs/applications/graphics/comical/default.nix
+++ b/pkgs/applications/graphics/comical/default.nix
@@ -19,5 +19,7 @@ stdenv.mkDerivation {
     description = "Viewer of CBR and CBZ files, often used to store scanned comics";
     homepage = http://comical.sourceforge.net/;
     license = "GPLv2+";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
   };
 }