zathura: update to 0.2.2 (also plugins), added correct license and myself as maintainer

This commit is contained in:
Rok Garbas
2013-02-23 11:39:32 +01:00
parent e4236f1ade
commit 5077600d9a
5 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ rec {
is an application that provides a minimalistic and space saving interface
as well as an easy usage that mainly focuses on keyboard interaction.
'';
license = "free";
license = stdenv.lib.licenses.zlib;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.garbas ];
};
};
}