mendeley: added atila to maintainers

This commit is contained in:
AtilaSaraiva 2022-12-13 13:56:36 -07:00
parent ca598e048b
commit 31243a31c5

View File

@ -38,7 +38,7 @@ in appimageTools.wrapType2 rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ dtzWill atila ];
};
}