1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Marking comical as maintained by me, and let hydra build it.

svn path=/nixpkgs/trunk/; revision=17652
This commit is contained in:
Lluís Batlle i Rossell 2009-10-05 21:01:50 +00:00
parent ba09982edb
commit 92dbfb5b9d

View file

@ -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;
};
}