summary refs log tree commit diff
path: root/pkgs/applications/graphics/comical
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-05 21:01:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-05 21:01:50 +0000
commit92dbfb5b9d0c4a0fe328b73ccff468a293e80d39 (patch)
tree8b080a5757637eb6a8a32b0f005ed3e48b5fe6f2 /pkgs/applications/graphics/comical
parentba09982edb7521b8c853818e366a391370ac858f (diff)
downloadnixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.tar
nixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.tar.gz
nixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.tar.bz2
nixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.tar.lz
nixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.tar.xz
nixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.tar.zst
nixpkgs-92dbfb5b9d0c4a0fe328b73ccff468a293e80d39.zip
Marking comical as maintained by me, and let hydra build it.
svn path=/nixpkgs/trunk/; revision=17652
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;
   };
 }