heimdal: add h7x4 as maintainer

This commit is contained in:
h7x4 2023-12-12 18:05:22 +01:00
parent c71fa4be0c
commit fe2a639aa7
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146

View file

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