botan: add thillux as maintainer
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
dc7750f637
commit
8c8ab9ee57
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cryptographic algorithms library";
|
description = "Cryptographic algorithms library";
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin thillux ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
inherit badPlatforms;
|
inherit badPlatforms;
|
||||||
|
|
Loading…
Reference in a new issue