add myself as maintainer for labeled-tree

This commit is contained in:
Jean-Philippe Bernardy 2014-11-17 15:52:40 +01:00
parent 98a06ff71f
commit c12db21b54

View File

@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
description = "Labeled tree structure";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
};
})