1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];
};
})