add myself as maintainer for labeled-tree
This commit is contained in:
parent
98a06ff71f
commit
c12db21b54
@ -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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user