mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Added myself as maintainer for the Haskell Platform.
svn path=/nixpkgs/trunk/; revision=21304
This commit is contained in:
parent
b48dfda990
commit
160e4165f7
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ cabal.mkDerivation (self : {
|
|||
];
|
||||
meta = {
|
||||
description = "Haskell Platform meta package";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ cabal.mkDerivation (self : {
|
|||
];
|
||||
meta = {
|
||||
description = "Haskell Platform meta package";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue