mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
hsdns: add andres to the list of maintainers again
I removed that address by accident earlier. I'm sorry. svn path=/nixpkgs/trunk/; revision=28186
This commit is contained in:
parent
1e5a711f96
commit
8a5c6ef1cc
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ cabal.mkDerivation (self : {
|
|||
description = "Asynchronous DNS Resolver";
|
||||
license = self.stdenv.lib.licenses.lgpl3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [self.stdenv.lib.maintainers.simons];
|
||||
maintainers = [self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.simons];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue