plantuml-server: add anthonyroussel to maintainers

This commit is contained in:
Anthony ROUSSEL 2024-09-22 16:41:35 +02:00
parent 8078f7fda8
commit cb8c920de8

View File

@ -31,6 +31,9 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ truh ];
maintainers = with maintainers; [
truh
anthonyroussel
];
};
}