talloc: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-08-16 20:42:48 +02:00
parent de230eeb8e
commit 93692e3f5f
No known key found for this signature in database

View file

@ -71,5 +71,6 @@ stdenv.mkDerivation rec {
homepage = "https://tdb.samba.org/";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.matthiasbeyer ];
};
}