heimdal: add dblsaiko as maintainer

This commit is contained in:
h7x4 2025-03-12 09:13:33 +01:00
parent 02a99f3c78
commit d894c47c70
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -202,6 +202,9 @@ stdenv.mkDerivation {
description = "Implementation of Kerberos 5 (and some more stuff)";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ h7x4 ];
maintainers = with maintainers; [
h7x4
dblsaiko
];
};
}