Adjust ehmry maintainership

This commit is contained in:
Emery Hemingway 2022-02-20 08:27:54 -06:00
parent da6d0ab616
commit 9b84a53ce8
2 changed files with 3 additions and 3 deletions

View file

@ -91,10 +91,10 @@ in self // {
makeWrapper ${alephone}/bin/alephone $out/bin/$pname \
--add-flags $out/data/$pname
'';
} // extraArgs // {
meta = alephone.meta // {
license = lib.licenses.free;
hydraPlatforms = [ ];
} // meta;
} // extraArgs);
});
}

View file

@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
description = "Validating, recursive, and caching DNS resolver";
license = licenses.bsd3;
homepage = "https://www.unbound.net";
maintainers = with maintainers; [ ehmry fpletz globin ];
maintainers = with maintainers; [ fpletz globin ];
platforms = platforms.unix;
};
}