keycloak: add nickcao to maintainers

This commit is contained in:
Nick Cao 2024-02-22 09:24:04 -05:00
parent edc6a7a312
commit 68a4e0db6d
No known key found for this signature in database

View file

@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
platforms = jre.meta.platforms;
maintainers = with maintainers; [ ngerstle talyz ];
maintainers = with maintainers; [ ngerstle talyz nickcao ];
};
}