libidn: add myself as maintainer.
This commit is contained in:
parent
208b61fe8b
commit
01dc2d9c4c
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
|||
repositories.git = "git://git.savannah.gnu.org/libidn.git";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ lsix ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue