summary refs log tree commit diff
path: root/pkgs/development/libraries/talloc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-16 20:42:48 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-16 20:42:48 +0200
commit93692e3f5f0b3a85a9e2113a60744b7b9b3f9384 (patch)
tree40f93673b69ee378720317a6242eb3599ab671a9 /pkgs/development/libraries/talloc
parentde230eeb8e1f07cbd8a12afd7b53ca0d86e5cac4 (diff)
downloadnixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.tar
nixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.tar.gz
nixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.tar.bz2
nixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.tar.lz
nixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.tar.xz
nixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.tar.zst
nixpkgs-93692e3f5f0b3a85a9e2113a60744b7b9b3f9384.zip
talloc: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development/libraries/talloc')
-rw-r--r--pkgs/development/libraries/talloc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/talloc/default.nix b/pkgs/development/libraries/talloc/default.nix
index 8f75f25aa02..bfe38fd4719 100644
--- a/pkgs/development/libraries/talloc/default.nix
+++ b/pkgs/development/libraries/talloc/default.nix
@@ -71,5 +71,6 @@ stdenv.mkDerivation rec {
     homepage = "https://tdb.samba.org/";
     license = licenses.gpl3;
     platforms = platforms.all;
+    maintainers = [ maintainers.matthiasbeyer ];
   };
 }