summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Theil <theil.markus@gmail.com>2023-07-19 13:28:19 +0200
committerMarkus Theil <theil.markus@gmail.com>2023-07-19 15:36:12 +0200
commit8c8ab9ee573d63c7276ea2369d937b39a4f87bc2 (patch)
tree157d6631e71d738e98a949cc2e3d38d85c63eddc
parentdc7750f637911166f6ca5f03b5ee461c3b11499c (diff)
downloadnixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.tar
nixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.tar.gz
nixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.tar.bz2
nixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.tar.lz
nixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.tar.xz
nixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.tar.zst
nixpkgs-8c8ab9ee573d63c7276ea2369d937b39a4f87bc2.zip
botan: add thillux as maintainer
Signed-off-by: Markus Theil <theil.markus@gmail.com>
-rw-r--r--pkgs/development/libraries/botan/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/botan/generic.nix b/pkgs/development/libraries/botan/generic.nix
index 239f94c2052..567f570f71d 100644
--- a/pkgs/development/libraries/botan/generic.nix
+++ b/pkgs/development/libraries/botan/generic.nix
@@ -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;