add myself as maintainer for labeled-tree
This commit is contained in:
@@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Labeled tree structure";
|
description = "Labeled tree structure";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user