summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-16 20:39:12 +0200
committerPeter Hoeg <peter@hoeg.com>2023-11-16 20:42:02 +0100
commitbf646042a0786abcf012ddf8f918861ed2f508a7 (patch)
tree5dcede7a73335358918f8ec7aeeb8a89846d7dde
parent8f7ef17b2a8eb8aea24056ac45de5e7a5f35a1c4 (diff)
downloadnixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.tar
nixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.tar.gz
nixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.tar.bz2
nixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.tar.lz
nixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.tar.xz
nixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.tar.zst
nixpkgs-bf646042a0786abcf012ddf8f918861ed2f508a7.zip
xapian: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/development/libraries/xapian/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xapian/default.nix b/pkgs/development/libraries/xapian/default.nix
index c70b5e19570..2c1dceb79d1 100644
--- a/pkgs/development/libraries/xapian/default.nix
+++ b/pkgs/development/libraries/xapian/default.nix
@@ -46,7 +46,7 @@ let
       homepage = "https://xapian.org/";
       changelog = "https://xapian.org/docs/xapian-core-${version}/NEWS";
       license = licenses.gpl2Plus;
-      maintainers = with maintainers; [ ];
+      maintainers = with maintainers; [ matthiasbeyer ];
       platforms = platforms.unix;
     };
   };