remove a dot; add matejc as maintainer

This commit is contained in:
Matej Cotman 2014-02-22 17:59:22 +01:00 committed by Domen Kožar
parent 72fb60117e
commit 9f06f92fd2

View File

@ -21,8 +21,9 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "A notification system for tiling window managers."; description = "A notification system for tiling window managers";
homepage = "https://github.com/sboli/twmn"; homepage = "https://github.com/sboli/twmn";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = [ stdenv.lib.maintainers.matejc ];
}; };
} }