Add meta.maintainer attribute to Haskell packages.
This commit is contained in:
parent
36265e9c66
commit
0b0babffc5
@ -15,5 +15,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Backend for the persistent library using postgresql";
|
description = "Backend for the persistent library using postgresql";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "low-level binding to libpq";
|
description = "low-level binding to libpq";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -14,5 +14,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Mid-Level PostgreSQL client library";
|
description = "Mid-Level PostgreSQL client library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user