botan: add thillux as maintainer

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2023-07-19 13:28:19 +02:00
parent dc7750f637
commit 8c8ab9ee57

View file

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cryptographic algorithms library";
maintainers = with maintainers; [ raskin ];
maintainers = with maintainers; [ raskin thillux ];
platforms = platforms.unix;
license = licenses.bsd2;
inherit badPlatforms;